diff --git a/VERSION b/VERSION index 3542a5a0..981c472f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.1-alpha.2+timestamp.2013.02.05.13.23.12 +Version 2.4.1-alpha.2+timestamp.2013.02.06.09.53.07 diff --git a/applications/admin/controllers/default.py b/applications/admin/controllers/default.py index 019b25d0..618b9ff6 100644 --- a/applications/admin/controllers/default.py +++ b/applications/admin/controllers/default.py @@ -565,6 +565,7 @@ def edit(): # Load json only if it is ajax edited... app = get_app(request.vars.app) filename = '/'.join(request.args) + response.title = request.args[-1] if request.vars.app: path = abspath(filename) else: @@ -812,6 +813,7 @@ def edit_language(): """ Edit language file """ app = get_app() filename = '/'.join(request.args) + response.title = request.args[-1] strings = read_dict(apath(filename, r=request)) if '__corrupted__' in strings: