From 0bde349a04ea623b5a37db413eda59c2d28d029c Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 28 Jun 2009 22:02:47 +0000 Subject: [PATCH] Capitalize git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30293 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 de48e0dfa6..96e324dccc 100644 --- a/src/support/debug.cpp +++ b/src/support/debug.cpp @@ -61,7 +61,7 @@ ErrorItem errorTags[] = { { Debug::CHANGES, "changes", N_("Change tracking")}, { Debug::EXTERNAL, "external", N_("External template/inset messages")}, { Debug::PAINTING, "painting", N_("RowPainter profiling")}, - { Debug::SCROLLING, "scrolling", N_("scrolling debugging")}, + { Debug::SCROLLING, "scrolling", N_("Scrolling debugging")}, { Debug::MACROS, "macros", N_("Math macros")}, { Debug::RTL, "rtl", N_("RTL/Bidi")}, { Debug::LOCALE, "locale", N_("Locale/Internationalisation")}, -- 2.39.2