Add "Looking for download..." transate able

https://github.com/hrydgard/ppsspp-lang/issues/76
This commit is contained in:
sum2012 2013-08-22 13:39:24 +08:00
parent 29824d31c0
commit 34c5891f72

View file

@ -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"