summaryrefslogtreecommitdiff
path: root/protocols/JabberG
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-01-23 22:55:04 +0000
committerDart Raiden <wowemuh@gmail.com>2016-01-23 22:55:04 +0000
commit70ae1f696437caeef54556541c134bcd5bceb1cf (patch)
treed5bd53b25212f26fa8ad9725bbc57f8d0800f65b /protocols/JabberG
parentd75191e83c56ea503ee9e4791b75cbe2b3bf0c5e (diff)
DND → Do not disturb
git-svn-id: http://svn.miranda-ng.org/main/trunk@16157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG')
-rw-r--r--protocols/JabberG/src/jabber_chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp
index 7d2c089f9b..5038fd7160 100644
--- a/protocols/JabberG/src/jabber_chat.cpp
+++ b/protocols/JabberG/src/jabber_chat.cpp
@@ -447,7 +447,7 @@ static gc_item sttLogListItems[] =
{ LPGENT("Online"), IDM_PRESENCE_ONLINE, MENU_POPUPITEM },
{ LPGENT("Away"), IDM_PRESENCE_AWAY, MENU_POPUPITEM },
{ LPGENT("Not available"), IDM_PRESENCE_NA, MENU_POPUPITEM },
- { LPGENT("DND"), IDM_PRESENCE_DND, MENU_POPUPITEM },
+ { LPGENT("Do not disturb"), IDM_PRESENCE_DND, MENU_POPUPITEM },
{ LPGENT("Free for chat"), IDM_PRESENCE_FREE4CHAT, MENU_POPUPITEM },
{ LPGENT("&Leave chat session"), IDM_LEAVE, MENU_ITEM }