mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[WebUI] Fix i18n of Connect button
This commit is contained in:
parent
1acd6e4c1c
commit
0a12d1507e
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ Deluge.ConnectionManager = Ext.extend(Ext.Window, {
|
|||
button.disable();
|
||||
} else {
|
||||
button.enable();
|
||||
button.setText('Connect');
|
||||
button.setText(_('Connect'));
|
||||
}
|
||||
|
||||
// Update the Stop/Start Daemon button
|
||||
|
|
Loading…
Add table
Reference in a new issue