[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();
|
||||
} else {
|
||||
button.enable();
|
||||
button.setText('Connect');
|
||||
button.setText(_('Connect'));
|
||||
}
|
||||
|
||||
// Update the Stop/Start Daemon button
|
||||
|
|
Loading…
Reference in New Issue