Make "Download from the PPSSPP Homebrew Store" translatable in [MainMenu]
This commit is contained in:
parent
33771d372b
commit
f8b26a586f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue