Răsfoiți Sursa

Changed rule message.

Taddeus Kroes 14 ani în urmă
părinte
comite
4f0defbd87
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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] = \
 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):
 def double_negated_division(root, args):