Taddeus Kroes 14 лет назад
Родитель
Сommit
aacbddc797
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/rules/numerics.py

+ 3 - 0
src/rules/numerics.py

@@ -47,6 +47,9 @@ def remove_zero(root, args):
     return scope.as_nary_node()
 
 
+MESSAGES[remove_zero] = _('Remove addition of zero.')
+
+
 def add_numerics(root, args):
     """
     2 + 3    ->  5