]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/classic.ui
German UserGuide.lyx: typo spotted by Hartmut
[lyx.git] / lib / ui / classic.ui
index b4b6039a1d136e5d5eeb9423b8b885366ea0c208..721b20e2bb74b43fe3bbb909b3f35b5095e9028e 100644 (file)
@@ -103,7 +103,7 @@ Menuset
                #Item "Read Only" "buffer-toggle-read-only"
                Item "Spellchecker...|S" "dialog-show spellchecker"
                Item "Thesaurus..." "thesaurus-entry"
-               Item "Count Words|W" "words-count"
+               Item "Statistics...|i" "statistics"
                Item "Check TeX|h" "buffer-chktex"
                Submenu "Change Tracking|g" "edit_change"
                Separator
@@ -156,8 +156,8 @@ Menuset
 #      Item "Make alignat 2 columns|2"  "break-line B"
 #      Item "Make alignat 3 columns|3"  "break-line C"
 #      Separator
-               Item "Toggle Numbering|N" "math-number"
-               Item "Toggle Numbering of Line|u" "math-nonumber"
+               Item "Toggle Numbering|N" "math-number-toggle"
+               Item "Toggle Numbering of Line|u" "math-number-line-toggle"
 #      Item "Toggle limits|l" "math-limits"
                Submenu "Change Limits Type|L" "edit_math_limits"
                Separator
@@ -238,15 +238,16 @@ Menuset
        End
 
        Menu "insert_special"
+               Item "Symbols...|b" "dialog-show symbols"
                Item "Superscript|S" "command-sequence math-mode on; math-superscript; math-insert \text;"
                Item "Subscript|u" "command-sequence math-mode on; math-subscript; math-insert \text;"
-               Item "Horizontal Fill|H" "hfill-insert"
                Item "Hyphenation Point|P" "hyphenation-point-insert"
                Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
                Item "Ligature Break|k" "specialchar-insert ligature-break"
                Item "Protected Space|r" "space-insert protected"
                Item "Inter-word Space|w" "space-insert normal"
                Item "Thin Space|T" "space-insert thin"
+               Item "Horizontal Space...|o" "dialog-show-new-inset space"
                Item "Vertical Space..." "dialog-show-new-inset vspace"
                Item "Line Break|L" "break-line"
                Item "Ellipsis|i" "specialchar-insert dots"