mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add "Looking for download..." transate able
https://github.com/hrydgard/ppsspp-lang/issues/76
This commit is contained in:
parent
29824d31c0
commit
34c5891f72
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue