Commit 5211c176 authored by Taddeus Kroes's avatar Taddeus Kroes

Changed rule message.

parent 07603753
......@@ -259,7 +259,7 @@ def divide_fraction(root, args):
return a / (b * c)
MESSAGES[divide_fraction] = _('Move {2} to denominator of fraction {0[0]}.')
MESSAGES[divide_fraction] = _('Move {3} to denominator of fraction {1} / {2}.')
def divide_by_fraction(root, args):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment