diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-15 18:23:23 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-15 18:23:23 +0000 |
commit | cca6a63c9ffc4ec5d2ebe5e15e75996d15ec5542 (patch) | |
tree | e37013c6ca4fbf4badca881964331d86f3f638eb /protocols/JabberG/src | |
parent | c1e318f579815c473e2ea4d6fe5959cf13e4c6f7 (diff) |
- translation fixes (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src')
-rw-r--r-- | protocols/JabberG/src/jabber_privacy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_privacy.cpp b/protocols/JabberG/src/jabber_privacy.cpp index ded0441250..bb287e35c9 100644 --- a/protocols/JabberG/src/jabber_privacy.cpp +++ b/protocols/JabberG/src/jabber_privacy.cpp @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_genmenu.h>
#include <m_clistint.h>
-#define JABBER_PL_BUSY_MSG "Sending request, please wait..."
+#define JABBER_PL_BUSY_MSG LPGEN("Sending request, please wait...")
BOOL CJabberProto::OnIqRequestPrivacyLists(HXML, CJabberIqInfo* pInfo)
{
|