Is #752 - Chg TC_MAIN_ERROR_LOAD_CONFIG to 'problems'
This commit is contained in:
parent
8c3ef4b6e2
commit
4ba6106057
|
@ -2194,7 +2194,7 @@ static languageDefinition language_en = { whichPluralForm_en, {
|
||||||
{ TC_LABEL_LANG, 0, "lang" },
|
{ TC_LABEL_LANG, 0, "lang" },
|
||||||
{ TC_LABEL_LEVL, 0, "level" },
|
{ TC_LABEL_LEVL, 0, "level" },
|
||||||
{ TC_LABEL_OPT, 0, "option" },
|
{ 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,
|
{ TC_OPT_ACCESS, 0,
|
||||||
"do additional accessibility checks (<level> = 0, 1, 2, 3). 0 is "
|
"do additional accessibility checks (<level> = 0, 1, 2, 3). 0 is "
|
||||||
"assumed if <level> is missing."
|
"assumed if <level> is missing."
|
||||||
|
|
Loading…
Reference in a new issue