]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
Touch menu
[lyx.git] / lib / ui / stdmenus.inc
index c0cee1b14b1cea7a11a0b4a7544927310aa9a667..d7dedc4fc2f12c43ff82c73e1a42eb4b2d666861 100644 (file)
@@ -63,9 +63,9 @@ Menuset
                OptItem "Register...|R" "vc-register"
                OptItem "Check In Changes...|I" "vc-check-in"
                OptItem "Check Out for Edit|O" "vc-check-out"
-               OptItem "Revert to Last Version|L" "vc-revert"
+               OptItem "Revert to Repository Version|R" "vc-revert"
                OptItem "Undo Last Check In|U" "vc-undo-last"
-               OptItem "Show History|H" "dialog-show vclog"
+               OptItem "Show History...|H" "dialog-show vclog"
        End
 
        Menu "file_import"
@@ -294,8 +294,8 @@ Menuset
                Submenu "Update|U" "view_update"
                ViewFormats
                Separator
-               Item "Split View Horizontally|i" "split-view horizontal"
-               Item "Split View Vertically|V" "split-view vertical"
+               Item "Split View Into Left And Right Half|i" "split-view horizontal"
+               Item "Split View Into Upper And Lower Half|V" "split-view vertical"
                Item "Close Tab Group|G" "close-tab-group"
                Item "Fullscreen|l" "ui-toggle fullscreen"
                Submenu "Toolbars|b" "toolbars"
@@ -384,7 +384,7 @@ Menuset
        Menu "insert_math"
                Item "Inline Formula|I" "math-mode on"
                Item "Display Formula|D" "math-display"
-               Item "Numbered Formula|N" "command-sequence math-display; math-number;"
+               Item "Numbered Formula|N" "command-sequence math-display; math-number-toggle;"
                Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
                Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
                Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"
@@ -399,8 +399,8 @@ Menuset
                Item "Gathered Environment|h" "command-sequence math-mode on; math-insert \gathered"
                Item "Split Environment|S" "command-sequence math-mode on; math-insert \split; tabular-feature append-column"
                Separator
-               Item "Delimiters|r" "dialog-show mathdelimiter"
-               Item "Matrix|x" "dialog-show mathmatrix"
+               Item "Delimiters...|r" "dialog-show mathdelimiter"
+               Item "Matrix...|x" "dialog-show mathmatrix"
                Item "Macro|o" "math-macro newmacroname newcommand"
        End