Skip to content

Commit 9132cb9

Browse files
committed
3DS UI: Change another instance of "theme" to "user interface"
1 parent 2d0ea51 commit 9132cb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

romsel_dsimenutheme/arm9/source/fileBrowse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ bool cannotLaunchMsg(const char *filename) {
23832383
} else if (isTwlm[CURPOS]) {
23842384
str = &STR_TWLMENU_ALREADY_RUNNING;
23852385
} else if (isUnlaunch[CURPOS]) {
2386-
str = &STR_CANNOT_LAUNCH_WITH_THEME;
2386+
str = &STR_CANNOT_LAUNCH_WITH_UI;
23872387
} else if (bnrRomType[CURPOS] == 1) {
23882388
str = &STR_GBA_BIOS_ERROR_DESC;
23892389
} else if (bnrRomType[CURPOS] != 0) {

romsel_dsimenutheme/arm9/source/language.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ STRING(TWLMENU_ALREADY_RUNNING, "TWiLight Menu++ is\nalready running.")
6767
STRING(CANNOT_LAUNCH_WITHOUT_SD, "This game cannot be launched\nwithout an SD card.")
6868
STRING(CANNOT_LAUNCH_IN_DS_MODE, "This game cannot be launched\nin DS mode.")
6969
STRING(CANNOT_LAUNCH_HB_ON_3DS, "This homebrew cannot be\nlaunched on 3DS consoles.")
70-
STRING(CANNOT_LAUNCH_WITH_THEME, "Cannot launch this title.\nPlease switch to a different theme,\nthen try again.")
70+
STRING(CANNOT_LAUNCH_WITH_UI, "Cannot launch this title.\nPlease switch to a different user\ninterface, then try again.")
7171
STRING(CANNOT_LAUNCH_CORRUPT_TITLE_SD, "Cannot launch this title.\nEither the title or SD Card\nis corrupted.")
7272
STRING(CANNOT_LAUNCH_CORRUPT_TITLE_MICRO_SD, "Cannot launch this title.\nEither the title or microSD Card\nis corrupted.")
7373
STRING(PRESS_B_RETURN, "Press \\B to return.")

romsel_dsimenutheme/nitrofiles/languages/en/language.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ TWLMENU_ALREADY_RUNNING = TWiLight Menu++ is\nalready running.
6464
CANNOT_LAUNCH_WITHOUT_SD = This game cannot be launched\nwithout an SD card.
6565
CANNOT_LAUNCH_IN_DS_MODE = This game cannot be launched\nin DS mode.
6666
CANNOT_LAUNCH_HB_ON_3DS = This homebrew cannot be\nlaunched on 3DS consoles.
67-
CANNOT_LAUNCH_WITH_THEME = Cannot launch this title.\nPlease switch to a different theme,\nthen try again.
67+
CANNOT_LAUNCH_WITH_UI = Cannot launch this title.\nPlease switch to a different user\ninterface, then try again.
6868
CANNOT_LAUNCH_CORRUPT_TITLE_SD = Cannot launch this title.\nEither the title or SD Card\nis corrupted.
6969
CANNOT_LAUNCH_CORRUPT_TITLE_MICRO_SD = Cannot launch this title.\nEither the title or microSD Card\nis corrupted.
7070
PRESS_B_RETURN = Press \B to return.

0 commit comments

Comments
 (0)