瀏覽代碼

Added missing rule message.

Taddeus Kroes 14 年之前
父節點
當前提交
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