Is #752 - Chg TC_MAIN_ERROR_LOAD_CONFIG to 'problems'

This commit is contained in:
Geoff McLane 2018-09-04 20:20:14 +02:00
parent 8c3ef4b6e2
commit 4ba6106057
1 changed files with 1 additions and 1 deletions

View File

@ -2194,7 +2194,7 @@ static languageDefinition language_en = { whichPluralForm_en, {
{ TC_LABEL_LANG, 0, "lang" },
{ TC_LABEL_LEVL, 0, "level" },
{ TC_LABEL_OPT, 0, "option" },
{ TC_MAIN_ERROR_LOAD_CONFIG, 0, "Loading config file \"%s\" failed, err = %d" },
{ TC_MAIN_ERROR_LOAD_CONFIG, 0, "Loading config file \"%s\" problems, err = %d" },
{ TC_OPT_ACCESS, 0,
"do additional accessibility checks (<level> = 0, 1, 2, 3). 0 is "
"assumed if <level> is missing."