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 /plugins/MyDetails | |
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 'plugins/MyDetails')
-rw-r--r-- | plugins/MyDetails/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MyDetails/res/resource.rc b/plugins/MyDetails/res/resource.rc index 3e1ca6732b..83737cefca 100644 --- a/plugins/MyDetails/res/resource.rc +++ b/plugins/MyDetails/res/resource.rc @@ -195,7 +195,7 @@ BEGIN MENUITEM "&Away", ID_STATUS_AWAY
MENUITEM "&Not available", ID_STATUS_NA
MENUITEM "Occ&upied", ID_STATUS_OCCUPIED
- MENUITEM "&DND", ID_STATUS_DND
+ MENUITEM "&Do not disturb", ID_STATUS_DND
MENUITEM "&Free for chat", ID_STATUS_FREECHAT
MENUITEM "&Invisible", ID_STATUS_INVISIBLE
MENUITEM "On the &phone", ID_STATUS_ONTHEPHONE
|