mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #14671 from iota97/translation
Make tap to customize translatable
This commit is contained in:
commit
bcec076cb3
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void TouchControlVisibilityScreen::CreateViews() {
|
|||
row->Add(checkbox);
|
||||
Choice *choice;
|
||||
if (toggle.handle) {
|
||||
choice = new Choice(std::string(mc->T(toggle.key))+mc->T(" (tap to customize)"), "", false, new LinearLayoutParams(1.0f));
|
||||
choice = new Choice(std::string(mc->T(toggle.key))+" ("+mc->T("tap to customize")+")", "", false, new LinearLayoutParams(1.0f));
|
||||
choice->OnClick.Add(toggle.handle);
|
||||
} else if (toggle.img.isValid()) {
|
||||
choice = new CheckBoxChoice(toggle.img, checkbox, new LinearLayoutParams(1.0f));
|
||||
|
|
Loading…
Add table
Reference in a new issue