diff --git a/UI/MainScreen.cpp b/UI/MainScreen.cpp index 521eec93f..f154c290b 100644 --- a/UI/MainScreen.cpp +++ b/UI/MainScreen.cpp @@ -489,7 +489,7 @@ void GameBrowser::Refresh() { if (g_Config.bHomebrewStore && (flags_ & FLAG_HOMEBREWSTOREBUTTON)) { Add(new Spacer()); - homebrewStoreButton_ = Add(new Choice(m->T("Download from the PPSSPP Homebrew Store"), new UI::LinearLayoutParams(UI::WRAP_CONTENT, UI::WRAP_CONTENT))); + homebrewStoreButton_ = Add(new Choice(m->T("DownloadFromStore", "Download from the PPSSPP Homebrew Store"), new UI::LinearLayoutParams(UI::WRAP_CONTENT, UI::WRAP_CONTENT))); } else { homebrewStoreButton_ = 0; }