summaryrefslogtreecommitdiff
path: root/plugins/ZeroNotification/src/main.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-01-04 14:32:49 +0000
committerDart Raiden <wowemuh@gmail.com>2016-01-04 14:32:49 +0000
commitc04be5ec932da96596e4ef971b022992f84db870 (patch)
treec88c35c3995f1c552e0ed7da0bcd5415e3543fc3 /plugins/ZeroNotification/src/main.cpp
parentea26b9a0835ee0d164e00996a2a7a44a1b5f909e (diff)
"NA" -> "N/A"
git-svn-id: http://svn.miranda-ng.org/main/trunk@16019 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 20fb46f141..09bbdbd6cd 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("NA") },
+ { PF2_LONGAWAY, TEXT("N/A") },
{ PF2_LIGHTDND, TEXT("Occupied") },
{ PF2_HEAVYDND, TEXT("DND") },
{ PF2_FREECHAT, TEXT("Free for chat") },