Quellcode durchsuchen

last diff for debug

Bastien Sevajol vor 9 Jahren
Ursprung
Commit
2efcefd3c4

+ 1 - 1
tracim/setup.py Datei anzeigen

75
         ]
75
         ]
76
     },
76
     },
77
     dependency_links=[
77
     dependency_links=[
78
-        "http://tg.gy/230"
78
+        "http://tg.gy/230",
79
         ],
79
         ],
80
     zip_safe=False
80
     zip_safe=False
81
 )
81
 )

+ 1 - 1
tracim/tracim/controllers/error.py Datei anzeigen

30
     @expose('tracim.templates.error')
30
     @expose('tracim.templates.error')
31
     def document(self, *args, **kwargs):
31
     def document(self, *args, **kwargs):
32
         """Render the error document"""
32
         """Render the error document"""
33
-        resp = request.environ.get('pylons.original_response')
33
+        resp = request.environ.get('tg.original_response')
34
         default_message = ('<p>We\'re sorry but we weren\'t able to process '
34
         default_message = ('<p>We\'re sorry but we weren\'t able to process '
35
                            ' this request.</p>')
35
                            ' this request.</p>')
36
 
36
 

+ 1 - 1
tracim/tracim/i18n/fr/LC_MESSAGES/tracim.po Datei anzeigen

261
 
261
 
262
 #: tracim/controllers/user.py:111
262
 #: tracim/controllers/user.py:111
263
 msgid "The current password you typed is wrong"
263
 msgid "The current password you typed is wrong"
264
-msgstr "Le mot de passe que vous avez tapé est erroné"
264
+msgstr "Le mot de passe saisi est erroné"
265
 
265
 
266
 #: tracim/controllers/user.py:115 tracim/controllers/admin/user.py:207
266
 #: tracim/controllers/user.py:115 tracim/controllers/admin/user.py:207
267
 msgid "New passwords do not match."
267
 msgid "New passwords do not match."