(Android) Modified the theme deletion confirmation message in GuiThemeDownloader

This commit is contained in:
Leon Styhre 2024-03-10 19:34:11 +01:00
parent c75e0aaaba
commit dc32a924c6

View file

@ -1207,8 +1207,12 @@ bool GuiThemeDownloader::input(InputConfig* config, Input input)
mGrid.getSelectedComponent() == mCenterGrid && mThemes[mList->getCursorId()].isCloned) { mGrid.getSelectedComponent() == mCenterGrid && mThemes[mList->getCursorId()].isCloned) {
mWindow->pushGui(new GuiMsgBox( mWindow->pushGui(new GuiMsgBox(
getHelpStyle(), getHelpStyle(),
#if defined(__ANDROID__)
"THIS WILL COMPLETELY DELETE THE THEME",
#else
"THIS WILL COMPLETELY DELETE THE THEME INCLUDING ANY " "THIS WILL COMPLETELY DELETE THE THEME INCLUDING ANY "
"LOCAL CUSTOMIZATIONS", "LOCAL CUSTOMIZATIONS",
#endif
"PROCEED", "PROCEED",
[this] { [this] {
#if defined(_WIN64) #if defined(_WIN64)