remove the text from messages.xml

This commit is contained in:
Enno Rehling 2018-05-18 21:24:08 +02:00
parent bbae56633b
commit c11a020846
2 changed files with 1 additions and 1879 deletions

File diff suppressed because it is too large Load Diff

View File

@ -355,7 +355,7 @@ static void start_messages(parseinfo *pi, const XML_Char *el, const XML_Char **a
pi->object = mt_new(name, section);
}
}
else if (xml_strcmp(el, "type") != 0 && xml_strcmp(el, "text") != 0) {
else if (xml_strcmp(el, "type") != 0) {
handle_bad_input(pi, el, NULL);
}
}