commit bb1d955754a821bb8a849ea25ee626d6f839da91
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Fri Sep 2 19:52:57 2022 +0200

    Simplify status bar context menu
    
    Remove "Show" prefix.
    
    Remove "(With Blanks)".
---
 lib/ui/stdcontext.inc |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc
index 8eb8ddd..eb44a58 100644
--- a/lib/ui/stdcontext.inc
+++ b/lib/ui/stdcontext.inc
@@ -729,12 +729,12 @@ Menuset
        Menu "context-statusbar"
                ZoomOptions
                Separator
-               Item "Show Zoom Level|Z" "ui-toggle zoomlevel"
-               Item "Show Zoom Slider|S" "ui-toggle zoomslider"
+               Item "Zoom Level|Z" "ui-toggle zoomlevel"
+               Item "Zoom Slider|S" "ui-toggle zoomslider"
                Separator
-               Item "Show Word Count|W" "ui-toggle statistics-w"
-               Item "Show Character Count (Incl. Blanks)|C" "ui-toggle 
statistics-cb"
-               Item "Show Character Count (Without Blanks)|h" "ui-toggle 
statistics-c"
+               Item "Word Count|W" "ui-toggle statistics-w"
+               Item "Character Count|C" "ui-toggle statistics-cb"
+               Item "Character Count (Without Blanks)|h" "ui-toggle 
statistics-c"
        End
 
 End
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to