In Color Preferences "frame of button" should be "button frame"

Fixes #10135.
(cherry picked from commit f054721410)
This commit is contained in:
Daniel Ramöller 2016-10-30 17:19:29 +01:00 committed by Jean-Marc Lasgouttes
parent 008c229041
commit 3372c0cf55
2 changed files with 3 additions and 1 deletions

View 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"},

View 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