Commit 32519fa2 authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed messages.

parent 39145aaf
......@@ -52,7 +52,7 @@ def add_numerics(root, args):
return scope.as_nary_node()
MESSAGES[add_numerics] = _('Combine the constants {1} and {2}.')
MESSAGES[add_numerics] = _('Add the constants {2} and {3}.')
#def match_subtract_numerics(node):
......@@ -194,4 +194,4 @@ def multiply_numerics(root, args):
return scope.as_nary_node()
MESSAGES[multiply_numerics] = _('Multiply constant {1} with {2}.')
MESSAGES[multiply_numerics] = _('Multiply constant {2} with {3}.')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment