From e775304ec231ea83685543337838f52d1d4cd5fa Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 31 Oct 2013 22:53:47 +0000 Subject: FavContacts: en-us spelling git-svn-id: http://svn.miranda-ng.org/main/trunk@6731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FavContacts/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/FavContacts/src/main.cpp') diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index feda5bbd0f..9a98276d87 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -103,7 +103,7 @@ static TCHAR* sttGetGroupName(int id) if (id == 1) { if (g_Options.bUseGroups) return TranslateT(""); - return TranslateT("Favourite Contacts"); + return TranslateT("Favorite Contacts"); } return pcli->pfnGetGroupName(id-1, NULL); -- cgit v1.2.3