From 34c5891f721da84c34a7531cfda6b06bcaaf3bf7 Mon Sep 17 00:00:00 2001 From: sum2012 Date: Thu, 22 Aug 2013 13:39:24 +0800 Subject: [PATCH] Add "Looking for download..." transate able https://github.com/hrydgard/ppsspp-lang/issues/76 --- UI/PluginScreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/PluginScreen.cpp b/UI/PluginScreen.cpp index 629cc63874..5e2f905f65 100644 --- a/UI/PluginScreen.cpp +++ b/UI/PluginScreen.cpp @@ -56,6 +56,7 @@ void PluginScreen::CreateViews() { scroll->Add(scrollContents); tvDescription_ = scrollContents->Add(new TextView("Looking for download...", ALIGN_LEFT, 1.0f, new LinearLayoutParams(textMargins))); + tvDescription_ = scrollContents->Add(new TextView(p->T("Looking for download..."), ALIGN_LEFT, 1.0f, new LinearLayoutParams(textMargins))); const char *legalityNotice = p->T("Origins are dubious", "* Mai's Atrac3+ decoder is currently required\n"