]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
Remove profiling.py
[lyx.git] / lib / ui / stdmenus.inc
index acbbcb4286a4e7a20adaa2c909a0121dcdc52924..14c927dc06e3481bf41493c76bf5e72d3caca545 100644 (file)
@@ -11,7 +11,7 @@
 # Full author contact details are available in file CREDITS.
 
 # The interface is designed (partially) following the KDE Human Interface
-# Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
+# Guidelines (https://develop.kde.org/hig/)
 
 # Casing Rules:
 # Capitalize all words in the element, with the following exceptions:
@@ -19,7 +19,7 @@
 # * Conjunctions: and, but, for, not, so, yet ...
 # * Prepositions of three or fewer letters: at, for, by, in, to ...
 #   (except when the preposition is part of a verb phrase, such as "Check In")
-# (https://developer.gnome.org/hig-book/unstable/design-text-labels.html.en)
+# (https://developer.gnome.org/hig/guidelines/writing-style.html)
 
 Format 5
 
@@ -117,7 +117,7 @@ Menuset
                Item "Find & Replace (Quick)...|F" "dialog-show findreplace"
                Item "Find & Replace (Advanced)..." "dialog-show findreplaceadv"
                Separator
-               Item "Move Paragraph Up|o" "paragraph-move-up"
+               Item "Move Paragraph Up|h" "paragraph-move-up"
                Item "Move Paragraph Down|v" "paragraph-move-down"
                Separator
                Item "Paragraph Settings...|P" "layout-paragraph"
@@ -138,6 +138,7 @@ Menuset
 # obvious what the context is for the others)
                OptItem "Increase List Depth|I" "depth-increment"
                OptItem "Decrease List Depth|D" "depth-decrement"
+               Separator
                OptItem "Dissolve Inset" "inset-dissolve"
                OptItem "TeX Code Settings...|C" "inset-settings ert"
 # 'a' shortcut to match Insert entry, shouldn't clash with Table Settings
@@ -414,7 +415,8 @@ Menuset
                Item "Symbols...|b" "dialog-show symbols"
                Item "Ellipsis|i" "specialchar-insert dots"
                Item "End of Sentence|E" "specialchar-insert end-of-sentence"
-               Item "Plain Quotation Mark|Q" "quote-insert outer auto plain"
+               Item "Plain Double Quotation Mark|Q" "quote-insert outer auto plain"
+               Item "Plain Single Quotation Mark|S" "quote-insert inner auto plain"
                Item "Inner Quotation Mark|n" "quote-insert inner"
                Item "Non-Breaking Hyphen|y" "specialchar-insert nobreakdash"
                Item "Breakable Slash|a" "specialchar-insert slash"
@@ -426,11 +428,11 @@ Menuset
 
        Menu "insert_fields"
                Item "Date (Current)|D" "info-insert date"
-               Item "Date (Last Modification)|L" "info-insert moddate"
+               Item "Date (Last Modification of Document)|L" "info-insert moddate"
                Item "Date (Fixed)|F" "info-insert fixdate"
                Separator
                Item "Time (Current)|T" "info-insert time"
-               Item "Time (Last Modification)|M" "info-insert modtime"
+               Item "Time (Last Modification of Document)|M" "info-insert modtime"
                Item "Time (Fixed)|x" "info-insert fixtime"
                Separator
                Item "File Name (Excl. Extension)|N" "info-insert buffer name-noext"
@@ -468,7 +470,7 @@ Menuset
                Separator
                Item "New Page|N" "newpage-insert newpage"
                Item "Page Break|a" "newpage-insert pagebreak"
-               Item "No Page Break|g" "newpage-insert nopagebreak"
+               Item "Prevent Page Break|g" "newpage-insert nopagebreak"
                Item "Clear Page|C" "newpage-insert clearpage"
                Item "Clear Double Page|D" "newpage-insert cleardoublepage"
        End
@@ -543,7 +545,7 @@ Menuset
        Menu "insert_note"
                Item "LyX Note|N" "note-insert Note"
                Item "Comment|C" "note-insert Comment"
-               Item "Greyed Out|G" "note-insert Greyedout"
+               Item "Greyed Out|y" "note-insert Greyedout"
        End
 
        Menu "insert_branches"
@@ -591,8 +593,8 @@ Menuset
                Item "Reject Change|R" "change-reject"
                Item "Accept All Changes|c" "all-changes-accept"
                Item "Reject All Changes|e" "all-changes-reject"
-               Item "Accept All Changes (incl. Master/Children/Siblings)|p" "ifrelatives master-buffer-forall all-changes-accept"
-               Item "Reject All Changes (incl. Master/Children/Siblings)|j" "ifrelatives master-buffer-forall all-changes-reject"
+               Item "Accept All Changes (incl. relatives)|p" "ifrelatives master-buffer-forall all-changes-accept"
+               Item "Reject All Changes (incl. relatives)|j" "ifrelatives master-buffer-forall all-changes-reject"
                Item "Show Changes in Output|S" "changes-output"
        End