mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +00:00
changed incorrect password window title to "Login Failed"
This commit is contained in:
parent
c7d3275561
commit
356af2ba0a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Deluge.Login = {
|
||||||
Deluge.Login.Window.hide();
|
Deluge.Login.Window.hide();
|
||||||
} else {
|
} else {
|
||||||
Ext.MessageBox.show({
|
Ext.MessageBox.show({
|
||||||
title: _('Incorrect'),
|
title: _('Login Failed'),
|
||||||
msg: _('You entered an incorrect password'),
|
msg: _('You entered an incorrect password'),
|
||||||
buttons: Ext.MessageBox.OK,
|
buttons: Ext.MessageBox.OK,
|
||||||
modal: false,
|
modal: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue