From a8cbb1590d8c1cd61980e100a4c73cea0e782a64 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 26 Sep 2013 07:56:49 -0500 Subject: [PATCH] Translation of An --- VERSION | 2 +- applications/welcome/views/web2py_ajax.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 64aec0d3..0a38878c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.4-stable+timestamp.2013.09.25.19.53.45 +Version 2.6.4-stable+timestamp.2013.09.26.07.55.44 diff --git a/applications/welcome/views/web2py_ajax.html b/applications/welcome/views/web2py_ajax.html index 5d7195b0..b8e1a113 100644 --- a/applications/welcome/views/web2py_ajax.html +++ b/applications/welcome/views/web2py_ajax.html @@ -4,7 +4,7 @@ var w2p_ajax_disable_with_message = "{{=T('Working...')}}"; var w2p_ajax_date_format = "{{=T('%Y-%m-%d')}}"; var w2p_ajax_datetime_format = "{{=T('%Y-%m-%d %H:%M:%S')}}"; - var ajax_error_500 = '{{=XML(T('An error occured, please %s the page') % A(T('reload'), _href=URL(args=request.args, vars=request.get_vars))) }}' + var ajax_error_500 = '{{=T.M('An error occured, please [[reload %s]] the page') % URL(args=request.args, vars=request.get_vars) }}' //--> {{ response.files.insert(0,URL('static','js/jquery.js'))