diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-04 21:50:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-04 21:50:04 +0000 |
commit | 63107f9ad336f83cfdb5bacb4aeaafc6a1baa42a (patch) | |
tree | 6d9ecc43f14ff336baeceb914fb804c5efecd62a | |
parent | 2536df65d3848a9dd40c8d3ea08ae36b9e912485 (diff) |
original text goes in English US
git-svn-id: http://svn.miranda-ng.org/main/trunk@6335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/modules/clist/contacts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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];
|