Przeglądaj źródła

Prettified rule message.

Taddeus Kroes 14 lat temu
rodzic
commit
cc891cee69
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/rules/groups.py

+ 1 - 2
src/rules/groups.py

@@ -79,5 +79,4 @@ def combine_groups(root, args):
     return scope.as_nary_node()
 
 
-MESSAGES[combine_groups] = \
-        _('Group "{3}" is multiplied by {2} and {5}, combine them.')
+MESSAGES[combine_groups] = _('Combine occurences of {3}.')