if using title case for INI section names, then capitalize "file"

This commit is contained in:
unknown 2015-03-25 21:33:21 -04:00
parent 0ef84b7400
commit 70bf6b1ad9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(INI_DATE, L"Date" );
DEF_STR(INI_HOMEPAGE, L"Visit Home Page" );
DEF_STR(INI_CURRENT_RDB, L"ROM Database (.RDB)" );
DEF_STR(INI_CURRENT_CHT, L"Cheat Code file (.CHT)" );
DEF_STR(INI_CURRENT_CHT, L"Cheat Code File (.CHT)" );
DEF_STR(INI_CURRENT_RDX, L"Extended ROM Info (.RDX)");
//About INI title