[WebUI] Fix i18n of Connect button

This commit is contained in:
Calum Lind 2015-09-01 16:19:18 +01:00
parent 1acd6e4c1c
commit 0a12d1507e
1 changed files with 1 additions and 1 deletions

View File

@ -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