diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-01-20 18:20:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-01-20 18:20:22 +0000 |
commit | 844708bdfa6686a644b65f26b8b9e5269a3fd479 (patch) | |
tree | b09fe9925f6a555c63a2e31a4497f2aa9e9bb35d /plugins/Clist_blind/src/clcopts.cpp | |
parent | 2b3e5469d5740b3426f246648014de6f069a2c05 (diff) |
clists too
git-svn-id: http://svn.miranda-ng.org/main/trunk@16127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/src/clcopts.cpp')
-rw-r--r-- | plugins/Clist_blind/src/clcopts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_blind/src/clcopts.cpp b/plugins/Clist_blind/src/clcopts.cpp index 7134f060f5..89577380d8 100644 --- a/plugins/Clist_blind/src/clcopts.cpp +++ b/plugins/Clist_blind/src/clcopts.cpp @@ -63,7 +63,7 @@ static const struct CheckBoxValues_t greyoutValues[] = { { 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") },
@@ -76,7 +76,7 @@ static const struct CheckBoxValues_t offlineValues[] = { { 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") },
|