mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-16 21:36:40 +00:00
[WebUI] Fix i18n of Connect button
This commit is contained in:
parent
1acd6e4c1c
commit
0a12d1507e
@ -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…
x
Reference in New Issue
Block a user