Fixed Web UI translation

This commit is contained in:
Christophe Dumez
2011-01-14 19:14:02 +00:00
parent 50023bd968
commit 1867643288
73 changed files with 1967 additions and 419 deletions

View File

@@ -212,7 +212,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)');
waitingTrInfo=false;
loadTransferInfo.delay(4000);
},