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/Utils.pas/protocols.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Utils.pas/protocols.pas') diff --git a/plugins/Utils.pas/protocols.pas b/plugins/Utils.pas/protocols.pas index 85fadc4001..2ed2ac0954 100644 --- a/plugins/Utils.pas/protocols.pas +++ b/plugins/Utils.pas/protocols.pas @@ -75,7 +75,7 @@ const const StatNames:array [0..NumStatus-1] of PWideChar=( 'Default'{'Offline'},'Online','Invisible','Away','N/A','Occupied','DND', - 'Free for chat','Out to lunch','On the Phone'); + 'Free for chat','Out to lunch','On the phone'); type pMyProto = ^tMyProto; -- cgit v1.2.3