not a complete sentence so shouldn't need a period at the end

This commit is contained in:
unknown 2015-03-25 22:19:56 -04:00
parent eeded3a1bf
commit f02bae81db
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(DIR_AUTO_SAVE, L" N64 native saves directory: ");
DEF_STR(DIR_INSTANT_SAVE, L" Saved states directory: ");
DEF_STR(DIR_SCREEN_SHOT, L" Screenshot directory: ");
DEF_STR(DIR_ROM_DEFAULT, L"Last folder that a ROM was open from.");
DEF_STR(DIR_ROM_DEFAULT, L"Last folder that a ROM was open from");
DEF_STR(DIR_SELECT_PLUGIN, L"Select plugin directory");
DEF_STR(DIR_SELECT_ROM, L"Select ROM directory");
DEF_STR(DIR_SELECT_AUTO, L"Select N64 native saves directory");