Keep in synchro with "All messages"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32757 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-01-03 17:40:34 +00:00
parent e4b3af5df5
commit 80b2bebf48

View File

@ -37,7 +37,7 @@ struct ErrorItem {
ErrorItem errorTags[] = {
{ Debug::NONE, "none", N_("No debugging message")},
{ Debug::NONE, "none", N_("No debugging messages")},
{ Debug::INFO, "info", N_("General information")},
{ Debug::INIT, "init", N_("Program initialisation")},
{ Debug::KEY, "key", N_("Keyboard events handling")},