summaryrefslogtreecommitdiff
path: root/plugins/Scriver
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-01-20 18:01:45 +0000
committerDart Raiden <wowemuh@gmail.com>2016-01-20 18:01:45 +0000
commit2b3e5469d5740b3426f246648014de6f069a2c05 (patch)
tree2d20fb7ba47b6406e68f36837b1947192aab202e /plugins/Scriver
parent4874e848f64514f3d6f76e2f0e341a67e791b6eb (diff)
"N/A" -> "Not available" (thx Wishmaster for idea)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r--plugins/Scriver/src/msgoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msgoptions.cpp b/plugins/Scriver/src/msgoptions.cpp
index f862ea0c25..10731df4d1 100644
--- a/plugins/Scriver/src/msgoptions.cpp
+++ b/plugins/Scriver/src/msgoptions.cpp
@@ -210,7 +210,7 @@ static const struct CheckBoxValues_t statusValues[] =
{ MODEF_OFFLINE, LPGENT("Offline") },
{ PF2_ONLINE, LPGENT("Online") },
{ PF2_SHORTAWAY, LPGENT("Away") },
- { PF2_LONGAWAY, LPGENT("N/A") },
+ { PF2_LONGAWAY, LPGENT("Not available") },
{ PF2_LIGHTDND, LPGENT("Occupied") },
{ PF2_HEAVYDND, LPGENT("DND") },
{ PF2_FREECHAT, LPGENT("Free for chat") },