[Hejes-devel] [1696] fixed typo: e-mail-cim
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Thu Feb 2 14:52:30 CET 2017
Revision: 1696
Author: mittelholcz
Date: 2017-02-02 14:52:30 +0100 (Thu, 02 Feb 2017)
Log Message:
-----------
fixed typo: e-mail-cim
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/controllers/default.py
Modified: trunk/web2py/applications/helyesiras_webdev/controllers/default.py
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/controllers/default.py 2017-02-01 16:22:39 UTC (rev 1695)
+++ trunk/web2py/applications/helyesiras_webdev/controllers/default.py 2017-02-02 13:52:30 UTC (rev 1696)
@@ -85,7 +85,7 @@
"""
form = FORM(LABEL('E-mail'),
DIV(INPUT(_name='email', _class='feedback_input_email_wrapper'), _class='feedback_input_email_wrapper'),
- DIV('(E-mail címét csak a visszajelzésével kapcsolatos kommunikációra használjuk, senkinek tovább nem adjuk.)', _id="email_remark"),
+ DIV('(E-mail-címét csak a visszajelzésével kapcsolatos kommunikációra használjuk, senkinek tovább nem adjuk.)', _id="email_remark"),
LABEL('Üzenet'),
DIV(TEXTAREA(_name='body', _class='feedback_input_body'), _class='feedback_input_body_wrapper'),
INPUT(_type='submit', _value='Elküldöm', _class='feedbackform-submit'),
@@ -94,7 +94,7 @@
try:
# check required fields
if IS_EMAIL()(form.vars.email)[1] != None:
- return dict(form=form, status=-2, message='Kérem, adjon meg egy érvényes email-címet!')
+ return dict(form=form, status=-2, message='Kérem, adjon meg egy érvényes e-mail-címet!')
if form.vars.body == '':
return dict(form=form, status=-2, message='Kérem, írja meg az üzenetét!')
# process
More information about the Hejes-devel
mailing list