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 --- src/core/stdclist/res/resource.rc | 2 +- src/core/stdclist/src/clcopts.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/stdclist') diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index 8c82256bfe..452f1bfec8 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -476,7 +476,7 @@ BEGIN MENUITEM "&Offline\tCtrl+0", ID_STATUS_OFFLINE, CHECKED MENUITEM "On&line\tCtrl+1", ID_STATUS_ONLINE MENUITEM "&Away\tCtrl+2", ID_STATUS_AWAY - MENUITEM "&NA\tCtrl+3", ID_STATUS_NA + MENUITEM "&N/A\tCtrl+3", ID_STATUS_NA MENUITEM "Occ&upied\tCtrl+4", ID_STATUS_OCCUPIED MENUITEM "&DND\tCtrl+5", ID_STATUS_DND MENUITEM "&Free for chat\tCtrl+6", ID_STATUS_FREECHAT diff --git a/src/core/stdclist/src/clcopts.cpp b/src/core/stdclist/src/clcopts.cpp index 0f4628721b..9d6c8e7f02 100644 --- a/src/core/stdclist/src/clcopts.cpp +++ b/src/core/stdclist/src/clcopts.cpp @@ -63,7 +63,7 @@ static const struct CheckBoxValues_t greyoutValues[] = { 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") }, @@ -77,7 +77,7 @@ static const struct CheckBoxValues_t offlineValues[] = { 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