]> git.lyx.org Git - features.git/commitdiff
stdmenus.inc: correct 2 expressions
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 16 Feb 2014 19:06:23 +0000 (20:06 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 16 Feb 2014 19:06:23 +0000 (20:06 +0100)
lib/ui/stdmenus.inc

index cb4a413e387c75834cba16e603819d80837a2906..ea44845d54af19d8cf1f13743b7755eb118e24cd 100644 (file)
@@ -254,8 +254,8 @@ Menuset
                Item "Append Argument" "math-macro-add-param"
                Item "Remove Last Argument" "math-macro-remove-param"
                Separator
-               Item "Make First Non-Optional into Optional Argument" "math-macro-make-optional"
-               Item "Make Last Optional into Non-Optional Argument" "math-macro-make-nonoptional"
+               Item "Transform First Non-Optional to Optional Argument" "math-macro-make-optional"
+               Item "Transform Last Optional to Non-Optional Argument" "math-macro-make-nonoptional"
                Item "Insert Optional Argument" "math-macro-add-optional-param"
                Item "Remove Optional Argument" "math-macro-remove-optional-param"
                Separator