From c04be5ec932da96596e4ef971b022992f84db870 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 4 Jan 2016 14:32:49 +0000 Subject: "NA" -> "N/A" git-svn-id: http://svn.miranda-ng.org/main/trunk@16019 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/msgoptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver') diff --git a/plugins/Scriver/src/msgoptions.cpp b/plugins/Scriver/src/msgoptions.cpp index 39cb044c5a..f862ea0c25 100644 --- a/plugins/Scriver/src/msgoptions.cpp +++ b/plugins/Scriver/src/msgoptions.cpp @@ -210,7 +210,7 @@ static const struct CheckBoxValues_t statusValues[] = { MODEF_OFFLINE, LPGENT("Offline") }, { PF2_ONLINE, LPGENT("Online") }, { PF2_SHORTAWAY, LPGENT("Away") }, - { PF2_LONGAWAY, LPGENT("NA") }, + { PF2_LONGAWAY, LPGENT("N/A") }, { PF2_LIGHTDND, LPGENT("Occupied") }, { PF2_HEAVYDND, LPGENT("DND") }, { PF2_FREECHAT, LPGENT("Free for chat") }, -- cgit v1.2.3