]> git.lyx.org Git - features.git/commitdiff
In Color Preferences "frame of button" should be "button frame"
authorDaniel Ramöller <d.lyx@web.de>
Sun, 30 Oct 2016 16:19:29 +0000 (17:19 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 3 Nov 2016 15:44:48 +0000 (16:44 +0100)
Fixes #10135.
(cherry picked from commit f054721410c87a1f014ebd9d705395b9646a3fc0)

src/Color.cpp
status.22x

index f08c9fbf53807a10e7d025fc20b62f4531169f1e..5eda83442e5c75ba9457a96adb292d056a0d9595 100644 (file)
@@ -292,7 +292,7 @@ ColorSet::ColorSet()
        { Color_bottomarea, N_("bottom area"), "bottomarea", grey40, "bottomarea" },
        { Color_newpage, N_("new page"), "newpage", "Blue", "newpage" },
        { Color_pagebreak, N_("page break / line break"), "pagebreak", "RoyalBlue", "pagebreak" },
-       { Color_buttonframe, N_("frame of button"), "buttonframe", "#dcd2c8", "buttonframe" },
+       { Color_buttonframe, N_("button frame"), "buttonframe", "#dcd2c8", "buttonframe" },
        { Color_buttonbg, N_("button background"), "buttonbg", "#dcd2c8", "buttonbg" },
        { Color_buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" },
        { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"},
index d426142cae26c1e34f99cca591d71fe072dbf4e4..49b351d26d88a8f349a7b3a5b3993fe932787777 100644 (file)
@@ -120,6 +120,8 @@ What's new
 
 - Allow using colors supported by xcolor inside mathed (bug 10417).
 
+- Change description of "frame of button" color to "button frame" (bug 10135).
+
 
 * INTERNALS