mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Android) Modified the theme deletion confirmation message in GuiThemeDownloader
This commit is contained in:
parent
c75e0aaaba
commit
dc32a924c6
|
@ -1207,8 +1207,12 @@ bool GuiThemeDownloader::input(InputConfig* config, Input input)
|
|||
mGrid.getSelectedComponent() == mCenterGrid && mThemes[mList->getCursorId()].isCloned) {
|
||||
mWindow->pushGui(new GuiMsgBox(
|
||||
getHelpStyle(),
|
||||
#if defined(__ANDROID__)
|
||||
"THIS WILL COMPLETELY DELETE THE THEME",
|
||||
#else
|
||||
"THIS WILL COMPLETELY DELETE THE THEME INCLUDING ANY "
|
||||
"LOCAL CUSTOMIZATIONS",
|
||||
#endif
|
||||
"PROCEED",
|
||||
[this] {
|
||||
#if defined(_WIN64)
|
||||
|
|
Loading…
Reference in a new issue