From 80b2bebf482544b2b7a05828bb39a2d2ca95d5a0 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 3 Jan 2010 17:40:34 +0000 Subject: [PATCH] Keep in synchro with "All messages" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32757 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/debug.cpp b/src/support/debug.cpp index b242df47ce..e0f7b1186d 100644 --- a/src/support/debug.cpp +++ b/src/support/debug.cpp @@ -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")}, -- 2.39.5