diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-01-23 22:55:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-01-23 22:55:04 +0000 |
commit | 70ae1f696437caeef54556541c134bcd5bceb1cf (patch) | |
tree | d5bd53b25212f26fa8ad9725bbc57f8d0800f65b /protocols/IRCG/src/options.cpp | |
parent | d75191e83c56ea503ee9e4791b75cbe2b3bf0c5e (diff) |
DND → Do not disturb
git-svn-id: http://svn.miranda-ng.org/main/trunk@16157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/src/options.cpp')
-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 13767def86..4fe3b827e4 100644 --- a/protocols/IRCG/src/options.cpp +++ b/protocols/IRCG/src/options.cpp @@ -956,7 +956,7 @@ static char* sttPerformEvents[] = { LPGEN("Event: Away"),
LPGEN("Event: Not available"),
LPGEN("Event: Occupied"),
- LPGEN("Event: DND"),
+ LPGEN("Event: Do not disturb"),
LPGEN("Event: Free for chat"),
LPGEN("Event: On the phone"),
LPGEN("Event: Out for lunch"),
|