A drop-down menu is to the right of this, so a colon would be nice.
If you don't have a colon between the "Frame Rate Display" and the combo box, then it just looks like the combox box is randomly placed there and unrelated to the checkbox you just checked/unchecked.
This commit is contained in:
parent
b331f9f452
commit
fae0c71a96
|
@ -226,7 +226,7 @@ void CLanguage::LoadDefaultStrings (void)
|
||||||
DEF_STR(OPTION_DISABLE_SS, L"Disable screen saver when running a ROM");
|
DEF_STR(OPTION_DISABLE_SS, L"Disable screen saver when running a ROM");
|
||||||
DEF_STR(OPTION_DISPLAY_FR, L"Display Frame Rate");
|
DEF_STR(OPTION_DISPLAY_FR, L"Display Frame Rate");
|
||||||
DEF_STR(OPTION_CHECK_RUNNING, L"Check if Project64 is already running");
|
DEF_STR(OPTION_CHECK_RUNNING, L"Check if Project64 is already running");
|
||||||
DEF_STR(OPTION_CHANGE_FR, L"Frame Rate Display");
|
DEF_STR(OPTION_CHANGE_FR, L"Frame Rate Display:");
|
||||||
|
|
||||||
//ROM Browser Tab
|
//ROM Browser Tab
|
||||||
DEF_STR(RB_MAX_ROMS, L"Max # of ROMs Remembered (0-10):");
|
DEF_STR(RB_MAX_ROMS, L"Max # of ROMs Remembered (0-10):");
|
||||||
|
|
Loading…
Reference in New Issue