diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_opt.cpp')
| -rw-r--r-- | protocols/JabberG/src/jabber_opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_opt.cpp b/protocols/JabberG/src/jabber_opt.cpp index 90817831b1..cebbf8646c 100644 --- a/protocols/JabberG/src/jabber_opt.cpp +++ b/protocols/JabberG/src/jabber_opt.cpp @@ -609,7 +609,7 @@ private: void btnUnregister_OnClick(CCtrlButton *)
{
int res = MessageBox(NULL,
- TranslateT("This operation will kill your account, roster and all another information stored at the server. Are you ready to do that?"),
+ TranslateT("This operation will kill your account, roster and all other information stored at the server. Are you ready to do that?"),
TranslateT("Account removal warning"), MB_YESNOCANCEL);
if (res == IDYES)
|
