Web UI translation fixes

This commit is contained in:
Christophe Dumez 2011-04-18 16:58:13 +00:00
parent 4ec78d1405
commit ed3fa0ccee
67 changed files with 178 additions and 22 deletions

View file

@ -240,7 +240,7 @@ window.addEvent('load', function(){
noCache: true,
method: 'get',
onFailure: function() {
$('error_div').set('html', 'qBittorrent client is not reachable');
$('error_div').set('html', '_(qBittorrent client is not reachable)');
waiting=false;
ajaxfn.delay(2000);
},