From 2b3e5469d5740b3426f246648014de6f069a2c05 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Wed, 20 Jan 2016 18:01:45 +0000 Subject: "N/A" -> "Not available" (thx Wishmaster for idea) git-svn-id: http://svn.miranda-ng.org/main/trunk@16126 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 09bbdbd6cd..a88e1d8b84 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -26,7 +26,7 @@ struct CheckBoxValues_t static const struct CheckBoxValues_t statusValues[] = { { PF2_ONLINE, TEXT("Online") }, { PF2_SHORTAWAY, TEXT("Away") }, - { PF2_LONGAWAY, TEXT("N/A") }, + { PF2_LONGAWAY, TEXT("Not available") }, { PF2_LIGHTDND, TEXT("Occupied") }, { PF2_HEAVYDND, TEXT("DND") }, { PF2_FREECHAT, TEXT("Free for chat") }, -- cgit v1.2.3