[Hejes-devel] [723] added 'egymas utan'
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Thu May 9 23:47:49 CEST 2013
Revision: 723
Author: mihaltz
Date: 2013-05-09 23:47:49 +0200 (Thu, 09 May 2013)
Log Message:
-----------
added 'egymas utan'
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2_output.py
Modified: trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2_output.py
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2_output.py 2013-05-09 21:13:55 UTC (rev 722)
+++ trunk/web2py/applications/helyesiras_webdev/modules/egybekulon2_output.py 2013-05-09 21:47:49 UTC (rev 723)
@@ -176,7 +176,7 @@
expl = explain_struct(hnode, toklst)
if len(expl) > 1: # if #steps>1, add line "x szabályt alkalmaztunk az alábbi sorrendben:"
help = SubElement(root, 'div', {'class':'expl_help'})
- help.text = u'{0} szabályt alkalmaztunk az alábbi sorrendben:'.format(int2txt(len(expl), True, True))
+ help.text = u'{0} szabályt alkalmaztunk egymás után az alábbi sorrendben:'.format(int2txt(len(expl), True, True))
for i, exp in enumerate(expl):
step = SubElement(root, 'div', {'class':'expl_step'})
step.text = step.tail = '\n'
More information about the Hejes-devel
mailing list