From c62912fbaff9f8c6bd75fd3af2fa480374a06450 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 5 Sep 2013 07:56:34 +0000 Subject: translation improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@5950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_opt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_opt.cpp') 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) -- cgit v1.2.3