mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03:00
WebUI: Use translated strings for speed limits dialogue
This commit is contained in:
parent
c53b19d6c1
commit
accfbdd304
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue