]> git.lyx.org Git - features.git/commitdiff
* clarify and apply Title Casing rules.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 5 Jul 2009 16:24:04 +0000 (16:24 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 5 Jul 2009 16:24:04 +0000 (16:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30378 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.inc

index f1fa423d79b54cd847d0483d9103565f70478bb6..f0d8778b2b0a2d2a46c930979ef9a9293d9e51a3 100644 (file)
@@ -18,6 +18,7 @@
 # * Articles: a, an, the. 
 # * 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")
 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
 
 Menuset
@@ -68,8 +69,8 @@ Menuset
 
        Menu "file_vc"
                OptItem "Register...|R" "vc-register"
-               OptItem "Check in Changes...|i" "vc-check-in"
-               OptItem "Check out for Edit|o" "vc-check-out"
+               OptItem "Check In Changes...|I" "vc-check-in"
+               OptItem "Check Out for Edit|O" "vc-check-out"
                OptItem "Revert to Repository Version|R" "vc-revert"
                OptItem "Undo Last Check In|U" "vc-undo-last"
                OptItem "Show History...|H" "dialog-show vclog"
@@ -239,7 +240,7 @@ Menuset
                Separator
                Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
                Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
-               Item "Remove Last Argument Spitting out to the Right" "math-macro-remove-greedy-param"
+               Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
        End
 
        Menu "edit_math_limits"