]> git.lyx.org Git - features.git/commitdiff
Capitalize
authorPavel Sanda <sanda@lyx.org>
Sun, 28 Jun 2009 22:02:47 +0000 (22:02 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 28 Jun 2009 22:02:47 +0000 (22:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30293 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/debug.cpp

index de48e0dfa6b645f0ae7758eb831f6f09032bad97..96e324dcccc823a0bf97adf32e8a6e508c55dba6 100644 (file)
@@ -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")},