Skip to content
Snippets Groups Projects
Commit fc747674 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed some rule messages.

parent 51f95b25
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def expand_single(root, args):
return scope.as_nary_node()
MESSAGES[expand_single] = _('Expand {1}({2}).')
MESSAGES[expand_single] = _('Expand {2}({3}).')
def expand_double(root, args):
......@@ -78,4 +78,4 @@ def expand_double(root, args):
return scope.as_nary_node()
MESSAGES[expand_double] = _('Expand ({1})({2}).')
MESSAGES[expand_double] = _('Expand ({2})({3}).')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment