]> git.lyx.org Git - lyx.git/commitdiff
Remove the "pleonastic" View word from View menu entries.
authorTommaso Cucinotta <tommaso@lyx.org>
Tue, 16 Oct 2012 23:24:33 +0000 (00:24 +0100)
committerTommaso Cucinotta <tommaso@lyx.org>
Tue, 16 Oct 2012 23:27:42 +0000 (00:27 +0100)
Adding the "pane" term to those entries seems also a nice thing,
at least according to the New Oxf. Dict. :-).
See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg175453.html

lib/ui/stdmenus.inc

index fc6073d0c3ba5aeada7caa109b82f5eaedbfbad6..9cb6768acfde7f2dd9e03ff239ec970b2323f172 100644 (file)
@@ -321,9 +321,9 @@ Menuset
                Item "Unfold Math Macro|n" "math-macro-unfold"
                Item "Fold Math Macro|d" "math-macro-fold"
                Separator
-               Item "View Outline|u" "dialog-toggle toc"
-               Item "View Source|S" "dialog-toggle view-source"
-               Item "View Messages|g" "dialog-toggle progress"
+               Item "Outline Pane|u" "dialog-toggle toc"
+               Item "Source Pane|S" "dialog-toggle view-source"
+               Item "Messages Pane|g" "dialog-toggle progress"
                Separator
                Item "Split View Into Left and Right Half|i" "view-split horizontal"
                Item "Split View Into Upper and Lower Half|e" "view-split vertical"