summaryrefslogtreecommitdiff
path: root/plugins/ZeroNotification/src
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 /plugins/ZeroNotification/src
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 'plugins/ZeroNotification/src')
-rw-r--r--plugins/ZeroNotification/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp
index a88e1d8b84..eafa43a031 100644
--- a/plugins/ZeroNotification/src/main.cpp
+++ b/plugins/ZeroNotification/src/main.cpp
@@ -28,7 +28,7 @@ static const struct CheckBoxValues_t statusValues[] = {
{ PF2_SHORTAWAY, TEXT("Away") },
{ PF2_LONGAWAY, TEXT("Not available") },
{ PF2_LIGHTDND, TEXT("Occupied") },
- { PF2_HEAVYDND, TEXT("DND") },
+ { PF2_HEAVYDND, TEXT("Do not disturb") },
{ PF2_FREECHAT, TEXT("Free for chat") },
{ PF2_INVISIBLE, TEXT("Invisible") },
{ PF2_OUTTOLUNCH, TEXT("Out to lunch") },