Skip to content
Snippets Groups Projects
Commit 5211c176 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Changed rule message.

parent 07603753
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ def divide_fraction(root, args): ...@@ -259,7 +259,7 @@ def divide_fraction(root, args):
return a / (b * c) 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): def divide_by_fraction(root, args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment