From accfbdd304e82119e3b4627befcc562a051ba358 Mon Sep 17 00:00:00 2001 From: Gabriele Date: Sun, 14 Dec 2014 10:00:00 +0100 Subject: [PATCH] WebUI: Use translated strings for speed limits dialogue --- src/webui/www/public/scripts/mocha-init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/www/public/scripts/mocha-init.js b/src/webui/www/public/scripts/mocha-init.js index 1fe3791f7..1046f7904 100644 --- a/src/webui/www/public/scripts/mocha-init.js +++ b/src/webui/www/public/scripts/mocha-init.js @@ -101,7 +101,7 @@ initializeWindows = function() { globalUploadLimitFN = function() { new MochaUI.Window({ id: 'uploadLimitPage', - title: "_(Global Upload Speed Limiting)", + title: "_(Global Upload Speed Limit)", loadMethod: 'iframe', contentURL: 'uploadlimit.html?hash=global', scrollbars: false, @@ -165,7 +165,7 @@ initializeWindows = function() { globalDownloadLimitFN = function() { new MochaUI.Window({ id: 'downloadLimitPage', - title: "_(Global Download Speed Limiting)", + title: "_(Global Download Speed Limit)", loadMethod: 'iframe', contentURL: 'downloadlimit.html?hash=global', scrollbars: false,