mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-25 16:41:04 +00:00
Make "Download from the PPSSPP Homebrew Store" translatable in [MainMenu]
This commit is contained in:
parent
33771d372b
commit
f8b26a586f
@ -489,7 +489,7 @@ void GameBrowser::Refresh() {
|
||||
|
||||
if (g_Config.bHomebrewStore && (flags_ & FLAG_HOMEBREWSTOREBUTTON)) {
|
||||
Add(new Spacer());
|
||||
homebrewStoreButton_ = Add(new Choice("Download from the PPSSPP Homebrew Store", new UI::LinearLayoutParams(UI::WRAP_CONTENT, UI::WRAP_CONTENT)));
|
||||
homebrewStoreButton_ = Add(new Choice(m->T("Download from the PPSSPP Homebrew Store"), new UI::LinearLayoutParams(UI::WRAP_CONTENT, UI::WRAP_CONTENT)));
|
||||
} else {
|
||||
homebrewStoreButton_ = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user