From df7ced65192604ea21a331cfcafe642201e69861 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 27 Dec 2013 21:39:34 +0000 Subject: clist -> contact list git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/res/resource.rc | 6 +++--- plugins/Clist_modern/src/modern_toolbar.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index bfd665895b..a954238ae7 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -693,7 +693,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN CONTROL "Right-To-Left reading mode (mirror template)",IDC_RTL, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,42,246,8 - CONTROL "Replace smileys in clist",IDC_REPLACE_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,246,8 + CONTROL "Replace smileys in contact list",IDC_REPLACE_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,246,8 CONTROL "Use protocol smileys",IDC_USE_PROTOCOL_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,94,232,8 CONTROL "Draw smileys on first line",IDC_DRAW_SMILEYS_ON_FIRST_LINE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,119,246,8 @@ -717,7 +717,7 @@ BEGIN LTEXT "Top space:",IDC_STATIC_TOP,7,37,40,8 EDITTEXT IDC_TOP_SPACE,50,35,35,12,ES_NUMBER CONTROL "",IDC_TOP_SPACE_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,84,35,11,12 - LTEXT "pixels",IDC_STATIC_PIXELS,96,37,18,8 + LTEXT "pixels",IDC_STATIC_PIXELS,96,37,30,8 CONTROL "Draw smileys on second line",IDC_DRAW_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,52,242,8 LTEXT "Text:",IDC_STATIC_TEXT,7,67,83,9 CONTROL "Status",IDC_STATUS,"Button",BS_AUTORADIOBUTTON,18,79,118,8 @@ -746,7 +746,7 @@ BEGIN LTEXT "Top space:",IDC_STATIC_TOP,7,37,40,8 EDITTEXT IDC_TOP_SPACE,50,35,35,12,ES_NUMBER CONTROL "",IDC_TOP_SPACE_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,84,35,11,12 - LTEXT "pixels",IDC_STATIC_PIXELS,96,37,18,8 + LTEXT "pixels",IDC_STATIC_PIXELS,96,37,30,8 CONTROL "Draw smileys on third line",IDC_DRAW_SMILEYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,52,242,8 LTEXT "Text:",IDC_STATIC_TEXT,7,67,83,9 CONTROL "Status",IDC_STATUS,"Button",BS_AUTORADIOBUTTON,18,79,118,8 diff --git a/plugins/Clist_modern/src/modern_toolbar.cpp b/plugins/Clist_modern/src/modern_toolbar.cpp index 3379a3d3b3..bd31dc8d06 100644 --- a/plugins/Clist_modern/src/modern_toolbar.cpp +++ b/plugins/Clist_modern/src/modern_toolbar.cpp @@ -281,7 +281,7 @@ void CustomizeToolbar(HWND hwnd) static char szUrl[] = "http://miranda-ng.org/p/TopToolBar"; -static TCHAR szWarning[] = LPGENT("To view a toolbar in Clist Modern you need the TopToolBar plugin. Click Yes to download it or Cancel to continue"); +static TCHAR szWarning[] = LPGENT("To view a toolbar in Modern contact list you need the TopToolBar plugin. Click Yes to download it or Cancel to continue"); static void CopySettings(const char* to, const char* from, int defValue) { -- cgit v1.2.3