mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
Remove double Looking for download...
This commit is contained in:
parent
1ea0cd0e09
commit
ae05e54636
@ -55,7 +55,6 @@ void PluginScreen::CreateViews() {
|
||||
root_->Add(scroll);
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user