diff --git a/src/Color.cpp b/src/Color.cpp index f08c9fbf53..5eda83442e 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -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"}, diff --git a/status.22x b/status.22x index d426142cae..49b351d26d 100644 --- a/status.22x +++ b/status.22x @@ -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