From 225a48d0a7e404bba3e6a78a5effaed039c06c1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 16 Feb 2014 20:06:23 +0100 Subject: [PATCH] stdmenus.inc: correct 2 expressions --- lib/ui/stdmenus.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index cb4a413e38..ea44845d54 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 -- 2.39.2