mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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();
|
button.disable();
|
||||||
} else {
|
} else {
|
||||||
button.enable();
|
button.enable();
|
||||||
button.setText('Connect');
|
button.setText(_('Connect'));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the Stop/Start Daemon button
|
// Update the Stop/Start Daemon button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue