Explorar o código

Changed rule message.

Taddeus Kroes %!s(int64=14) %!d(string=hai) anos
pai
achega
4f0defbd87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/rules/negation.py

+ 1 - 1
src/rules/negation.py

@@ -133,7 +133,7 @@ def single_negated_division(root, args):
 
 
 MESSAGES[single_negated_division] = \
-        _('Bring negation outside of the division: -({1} / {2}).')
+        _('Bring negation outside of the division: -{1} / {2}.')
 
 
 def double_negated_division(root, args):