diff options
Diffstat (limited to 'plugins/ZeroNotification/src/main.cpp')
-rw-r--r-- | plugins/ZeroNotification/src/main.cpp | 2 |
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") },
|