From c04be5ec932da96596e4ef971b022992f84db870 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 4 Jan 2016 14:32:49 +0000 Subject: "NA" -> "N/A" git-svn-id: http://svn.miranda-ng.org/main/trunk@16019 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/icq_xstatus.cpp | 2 +- protocols/JabberG/src/jabber_chat.cpp | 2 +- protocols/JabberG/src/jabber_rc.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols') diff --git a/protocols/IcqOscarJ/src/icq_xstatus.cpp b/protocols/IcqOscarJ/src/icq_xstatus.cpp index 251841a4c9..d2443c4943 100644 --- a/protocols/IcqOscarJ/src/icq_xstatus.cpp +++ b/protocols/IcqOscarJ/src/icq_xstatus.cpp @@ -290,7 +290,7 @@ const char *nameXStatus[XSTATUS_COUNT] = { LPGEN("Kitty"), //58 LPGEN("Sumo"), //59 LPGEN("Broken hearted"),//60 - LPGEN("Free for Chat"), //62 + LPGEN("Free for chat"), //62 LPGEN("@home"), //63 LPGEN("@work"), //64 LPGEN("Strawberry"), //65 diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp index 0e89732c0a..1c981710f6 100644 --- a/protocols/JabberG/src/jabber_chat.cpp +++ b/protocols/JabberG/src/jabber_chat.cpp @@ -446,7 +446,7 @@ static gc_item sttLogListItems[] = { LPGENT("&Send presence"), 0, MENU_NEWPOPUP }, { LPGENT("Online"), IDM_PRESENCE_ONLINE, MENU_POPUPITEM }, { LPGENT("Away"), IDM_PRESENCE_AWAY, MENU_POPUPITEM }, - { LPGENT("NA"), IDM_PRESENCE_NA, MENU_POPUPITEM }, + { LPGENT("N/A"), IDM_PRESENCE_NA, MENU_POPUPITEM }, { LPGENT("DND"), IDM_PRESENCE_DND, MENU_POPUPITEM }, { LPGENT("Free for chat"), IDM_PRESENCE_FREE4CHAT, MENU_POPUPITEM }, diff --git a/protocols/JabberG/src/jabber_rc.cpp b/protocols/JabberG/src/jabber_rc.cpp index 5ac6acfe57..ad2c0a89ef 100644 --- a/protocols/JabberG/src/jabber_rc.cpp +++ b/protocols/JabberG/src/jabber_rc.cpp @@ -303,8 +303,8 @@ int CJabberProto::AdhocSetStatusHandler(HXML, CJabberIqInfo *pInfo, CJabberAdhoc fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Free for chat")) << XCHILD(_T("value"), _T("chat")); fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Online")) << XCHILD(_T("value"), _T("online")); fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Away")) << XCHILD(_T("value"), _T("away")); - fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Extended Away (N/A)")) << XCHILD(_T("value"), _T("xa")); - fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Do Not Disturb")) << XCHILD(_T("value"), _T("dnd")); + fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Extended away (N/A)")) << XCHILD(_T("value"), _T("xa")); + fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Do not disturb (DND)")) << XCHILD(_T("value"), _T("dnd")); fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Invisible")) << XCHILD(_T("value"), _T("invisible")); fieldNode << XCHILD(_T("option")) << XATTR(_T("label"), TranslateT("Offline")) << XCHILD(_T("value"), _T("offline")); -- cgit v1.2.3