commit 225a48d0a7e404bba3e6a78a5effaed039c06c1e
Author: Uwe Stöhr <[email protected]>
Date: Sun Feb 16 20:06:23 2014 +0100
stdmenus.inc: correct 2 expressions
diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index cb4a413..ea44845 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -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