[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

View File

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