Skip to content

Commit bd9e768

Browse files
committed
Rename Color Mode to Color LUT
1 parent ad66ad0 commit bd9e768

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

settings/arm9/source/language.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ STRING(TITLELANGUAGE, "Game Title Language")
283283
STRING(GAMEREGION, "Game Region")
284284
STRING(USEROMREGION, "Use ROM Region")
285285
STRING(MACROMODE, "Macro Mode")
286-
STRING(COLORMODE, "Color Mode")
286+
STRING(COLOR_LUT, "Color LUT")
287287
STRING(LIMITEDMODE, "Limited Mode")
288288
STRING(SDREMOVALDETECTION, "SD removal detection")
289289
STRING(S1SDACCESS, "Slot-1 microSD access")
@@ -342,7 +342,7 @@ STRING(DESCRIPTION_TITLELANGUAGE_1, "Set Banner Title language for DS ROMs (exce
342342
STRING(DESCRIPTION_GAMEREGION, "Set region for DSi ROMs played using nds-bootstrap, and for recent homebrew.")
343343
STRING(DESCRIPTION_USEROMREGION, "Overrides the Game Region setting for region-locked ROMs.")
344344
STRING(DESCRIPTION_MACROMODE, "Turns off the top screen, so only the bottom screen is used. Useful for consoles with GameBoy Macro mod.")
345-
STRING(DESCRIPTION_COLORMODE, "Changes the color of your screens. May not work in all areas. Exit settings for the change to take effect.")
345+
STRING(DESCRIPTION_COLOR_LUT, "Applies a CLUT to your screens for different colors. Does not affect all titles. Exit settings for the change to take effect.")
346346
STRING(DESCRIPTION_LIMITEDMODE, "Only use for testing. Runs TWiLight Menu++ as if your console is in a DSiWarehax environment. Reboot after disabling for changes to take effect.")
347347
STRING(DESCRIPTION_SDREMOVALDETECTION, "Enables/Disables SD removal detection. Disable it if an error message is shown instead of the ROM menu.")
348348
STRING(DESCRIPTION_S1SDACCESS_1, "Allows your flashcard to be used as a secondary device. Turn this off if IR functionality doesn't work or if the app crashes.")

settings/arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ int settingsMode(void)
14511451
{0});
14521452
}
14531453

1454-
miscPage.option(STR_COLORMODE, STR_DESCRIPTION_COLORMODE, Option::Nul(opt_lut_select), {STR_PRESS_A}, {0});
1454+
miscPage.option(STR_COLOR_LUT, STR_DESCRIPTION_COLOR_LUT, Option::Nul(opt_lut_select), {STR_PRESS_A}, {0});
14551455

14561456
if (sdFound() && isDSiMode()) {
14571457
if (!sys().arm7SCFGLocked()) {

settings/nitrofiles/languages/en/language.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ TITLELANGUAGE=Game Title Language
274274
GAMEREGION=Game Region
275275
USEROMREGION=Use ROM Region
276276
MACROMODE=Macro Mode
277-
COLORMODE=Color Mode
277+
COLOR_LUT=Color LUT
278278
LIMITEDMODE=Limited Mode
279279
SDREMOVALDETECTION=SD removal detection
280280
S1SDACCESS=Slot-1 microSD access
@@ -330,7 +330,7 @@ DESCRIPTION_TITLELANGUAGE_1=Set Banner Title language for DS ROMs (except DSi ti
330330
DESCRIPTION_GAMEREGION=Set region for DSi ROMs played using nds-bootstrap, and for recent homebrew.
331331
DESCRIPTION_USEROMREGION=Overrides the Game Region setting for region-locked ROMs.
332332
DESCRIPTION_MACROMODE=Turns off the top screen, so only the bottom screen is used. Useful for consoles with GameBoy Macro mod.
333-
DESCRIPTION_COLORMODE=Changes the color of your screens. May not work in all areas. Exit settings for the change to take effect.
333+
DESCRIPTION_COLOR_LUT=Applies a CLUT to your screens for different colors. Does not affect all titles. Exit settings for the change to take effect.
334334
DESCRIPTION_LIMITEDMODE=Only use for testing. Runs TWiLight Menu++ as if your console is in a DSiWarehax environment. Reboot after disabling for changes to take effect.
335335
DESCRIPTION_SDREMOVALDETECTION=Enables/Disables SD removal detection. Disable it if an error message is shown instead of the ROM menu.
336336
DESCRIPTION_S1SDACCESS_1=Allows your flashcard to be used as a secondary device. Turn this off if IR functionality doesn't work or if the app crashes.

0 commit comments

Comments
 (0)