Changeset 1108

Show
Ignore:
Timestamp:
04/08/06 15:17:13 (3 years ago)
Author:
alberto
Message:

Removed unneeded backslashes from quickstart controllers.py template.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/turbogears/qstemplates/quickstart/+package+/controllers.py_tmpl

    r1093 r1108  
    2020 
    2121        if identity.was_login_attempted(): 
    22             msg=_("The credentials you supplied were not correct or "\ 
     22            msg=_("The credentials you supplied were not correct or " 
    2323                   "did not grant access to this resource.") 
    2424        elif identity.get_identity_errors(): 
    25             msg=_("You must provide your credentials before accessing "\ 
     25            msg=_("You must provide your credentials before accessing " 
    2626                   "this resource.") 
    2727        else: