summaryrefslogtreecommitdiff
path: root/plugins/Clist_blind/src/clcopts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_blind/src/clcopts.cpp')
-rw-r--r--plugins/Clist_blind/src/clcopts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_blind/src/clcopts.cpp b/plugins/Clist_blind/src/clcopts.cpp
index 89577380d8..36a6dad54c 100644
--- a/plugins/Clist_blind/src/clcopts.cpp
+++ b/plugins/Clist_blind/src/clcopts.cpp
@@ -65,7 +65,7 @@ static const struct CheckBoxValues_t greyoutValues[] = {
{ PF2_SHORTAWAY, LPGENT("Away") },
{ PF2_LONGAWAY, LPGENT("Not available") },
{ PF2_LIGHTDND, LPGENT("Occupied") },
- { PF2_HEAVYDND, LPGENT("DND") },
+ { PF2_HEAVYDND, LPGENT("Do not disturb")},
{ PF2_FREECHAT, LPGENT("Free for chat") },
{ PF2_INVISIBLE, LPGENT("Invisible") },
{ PF2_OUTTOLUNCH, LPGENT("Out to lunch") },
@@ -78,7 +78,7 @@ static const struct CheckBoxValues_t offlineValues[] = {
{ PF2_SHORTAWAY, LPGENT("Away") },
{ PF2_LONGAWAY, LPGENT("Not available") },
{ PF2_LIGHTDND, LPGENT("Occupied") },
- { PF2_HEAVYDND, LPGENT("DND") },
+ { PF2_HEAVYDND, LPGENT("Do not disturb")},
{ PF2_FREECHAT, LPGENT("Free for chat") },
{ PF2_INVISIBLE, LPGENT("Invisible") },
{ PF2_OUTTOLUNCH, LPGENT("Out to lunch") },