diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-01-20 18:01:45 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-01-20 18:01:45 +0000 |
commit | 2b3e5469d5740b3426f246648014de6f069a2c05 (patch) | |
tree | 2d20fb7ba47b6406e68f36837b1947192aab202e /protocols/IRCG | |
parent | 4874e848f64514f3d6f76e2f0e341a67e791b6eb (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 'protocols/IRCG')
-rw-r--r-- | protocols/IRCG/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/options.cpp b/protocols/IRCG/src/options.cpp index e187f941e6..13767def86 100644 --- a/protocols/IRCG/src/options.cpp +++ b/protocols/IRCG/src/options.cpp @@ -954,7 +954,7 @@ static TDbSetting OtherSettings[] = static char* sttPerformEvents[] = {
LPGEN("Event: Available"),
LPGEN("Event: Away"),
- LPGEN("Event: N/A"),
+ LPGEN("Event: Not available"),
LPGEN("Event: Occupied"),
LPGEN("Event: DND"),
LPGEN("Event: Free for chat"),
|