more translations, thanks Vladyslav

This commit is contained in:
mdipierro
2013-09-26 21:26:55 -05:00
parent fcba1650a0
commit 4292cf38d9
16 changed files with 88 additions and 49 deletions
+1 -1
View File
@@ -570,7 +570,7 @@ def edit():
if not(request.ajax):
# return the scaffolding, the rest will be through ajax requests
response.title = T('Editing %s' % app)
response.title = T('Editing %s') % app
editarea_preferences = {}
editarea_preferences['FONT_SIZE'] = '10'
editarea_preferences['FULL_SCREEN'] = 'false'