summaryrefslogtreecommitdiff
path: root/plugins/ZeroNotification/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZeroNotification/src/main.cpp')
-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 09bbdbd6cd..a88e1d8b84 100644
--- a/plugins/ZeroNotification/src/main.cpp
+++ b/plugins/ZeroNotification/src/main.cpp
@@ -26,7 +26,7 @@ struct CheckBoxValues_t
static const struct CheckBoxValues_t statusValues[] = {
{ PF2_ONLINE, TEXT("Online") },
{ PF2_SHORTAWAY, TEXT("Away") },
- { PF2_LONGAWAY, TEXT("N/A") },
+ { PF2_LONGAWAY, TEXT("Not available") },
{ PF2_LIGHTDND, TEXT("Occupied") },
{ PF2_HEAVYDND, TEXT("DND") },
{ PF2_FREECHAT, TEXT("Free for chat") },