mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-03 03:27:19 +00:00
UI: Use OK instead of Confirm.
Other dialogs use OK.
This commit is contained in:
parent
0279b1928a
commit
76dcfa9386
@ -277,13 +277,13 @@ void MemStickScreen::CreateViews() {
|
||||
confirmButtonText = di->T("Skip");
|
||||
confirmButtonImage = ImageID("I_WARNING");
|
||||
} else {
|
||||
confirmButtonText = di->T("Confirm");
|
||||
confirmButtonText = di->T("OK");
|
||||
}
|
||||
break;
|
||||
case CHOICE_STORAGE_ROOT:
|
||||
case CHOICE_SET_MANUAL:
|
||||
default:
|
||||
confirmButtonText = di->T("Confirm");
|
||||
confirmButtonText = di->T("OK");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user