From 70ae1f696437caeef54556541c134bcd5bceb1cf Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 23 Jan 2016 22:55:04 +0000 Subject: =?UTF-8?q?DND=20=E2=86=92=20Do=20not=20disturb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@16157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ZeroNotification/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ZeroNotification/src') diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp index a88e1d8b84..eafa43a031 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -28,7 +28,7 @@ static const struct CheckBoxValues_t statusValues[] = { { PF2_SHORTAWAY, TEXT("Away") }, { PF2_LONGAWAY, TEXT("Not available") }, { PF2_LIGHTDND, TEXT("Occupied") }, - { PF2_HEAVYDND, TEXT("DND") }, + { PF2_HEAVYDND, TEXT("Do not disturb") }, { PF2_FREECHAT, TEXT("Free for chat") }, { PF2_INVISIBLE, TEXT("Invisible") }, { PF2_OUTTOLUNCH, TEXT("Out to lunch") }, -- cgit v1.2.3