From 63107f9ad336f83cfdb5bacb4aeaafc6a1baa42a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 4 Oct 2013 21:50:04 +0000 Subject: original text goes in English US git-svn-id: http://svn.miranda-ng.org/main/trunk@6335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/clist/contacts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/modules/clist/contacts.cpp b/src/modules/clist/contacts.cpp index 579212eea4..50072d3d6f 100644 --- a/src/modules/clist/contacts.cpp +++ b/src/modules/clist/contacts.cpp @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define NAMEORDERCOUNT 9 static TCHAR* nameOrderDescr[ NAMEORDERCOUNT ] = { - LPGENT("My custom name (not moveable)"), + LPGENT("My custom name (not movable)"), LPGENT("Nick"), LPGENT("FirstName"), LPGENT("E-mail"), @@ -34,7 +34,7 @@ static TCHAR* nameOrderDescr[ NAMEORDERCOUNT ] = LPGENT("Username"), LPGENT("FirstName LastName"), LPGENT("LastName FirstName"), - LPGENT("'(Unknown Contact)' (not moveable)") + LPGENT("'(Unknown Contact)' (not movable)") }; BYTE nameOrder[NAMEORDERCOUNT]; -- cgit v1.2.3