]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
German UserGuide.lyx: remove wrong example hyperlink
[lyx.git] / lib / ui / stdmenus.inc
index bee852f8d338f2b9b2c8cdaed2e340f4a21a4aaf..b6512a9b58440300a748e31d49d9e428ed4767ce 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;"
@@ -518,11 +518,12 @@ Menuset
                Item "Tutorial|T" "help-open Tutorial"
                Item "User's Guide|U" "help-open UserGuide"
                Item "Extended Features|E" "help-open Extended"
-               Item "Embedded Objects|m" "help-open EmbeddedObjects"
-               Item "Math|h" "help-open Math"
+               Item "Embedded Objects|O" "help-open EmbeddedObjects"
+               Item "Math|M" "help-open Math"
                Item "Customization|C" "help-open Customization"
                Item "Shortcuts|S" "help-open Shortcuts"
                Item "FAQ|F" "help-open FAQ"
+               Item "LyX Functions|y" "help-open LFUNs"
                Item "Table of Contents|a" "help-open TOC"
                Item "LaTeX Configuration|L" "help-open LaTeXConfig"
                Separator