mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
changed incorrect password window title to "Login Failed"
This commit is contained in:
parent
c7d3275561
commit
356af2ba0a
@ -7,7 +7,7 @@ Deluge.Login = {
|
||||
Deluge.Login.Window.hide();
|
||||
} else {
|
||||
Ext.MessageBox.show({
|
||||
title: _('Incorrect'),
|
||||
title: _('Login Failed'),
|
||||
msg: _('You entered an incorrect password'),
|
||||
buttons: Ext.MessageBox.OK,
|
||||
modal: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user