[Pkg-owncloud-commits] [owncloud] 161/239: Translate reload message after update

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:33 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 81f6be92efe3ac999883f0d3104724e34ce685db
Author: Morris Jobke <morris.jobke at gmail.com>
Date:   Tue Nov 26 16:22:01 2013 +0100

    Translate reload message after update
    
    fixes #6064
---
 core/js/update.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/js/update.js b/core/js/update.js
index 2c28e72..b1b7f6e 100644
--- a/core/js/update.js
+++ b/core/js/update.js
@@ -5,7 +5,7 @@ $(document).ready(function () {
 	});
 	updateEventSource.listen('error', function(message) {
 		$('<span>').addClass('error').append(message).append('<br />').appendTo($('.update'));
-		message = 'Please reload the page.';
+		message = t('core', 'Please reload the page.');
 		$('<span>').addClass('error').append(message).append('<br />').appendTo($('.update'));
 		updateEventSource.close();
 	});

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list