Taddeus Kroes 14 лет назад
Родитель
Сommit
cc891cee69
1 измененных файлов с 1 добавлено и 2 удалено
  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}.')