From: Jürgen Spitzmüller Date: Sun, 5 Jul 2009 16:24:04 +0000 (+0000) Subject: * clarify and apply Title Casing rules. X-Git-Tag: 2.0.0~6157 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=91fd085b07e446aaa372a9fa8248515c01da6ce6;p=features.git * clarify and apply Title Casing rules. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30378 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index f1fa423d79..f0d8778b2b 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -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"