diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-27 21:39:34 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-27 21:39:34 +0000 |
commit | df7ced65192604ea21a331cfcafe642201e69861 (patch) | |
tree | 0eab62ec4cfd2d46abbf837273e7fa1e1105892f /plugins/Clist_modern/src/modern_toolbar.cpp | |
parent | 65a6e1a0a319c35a6795096f686ea5939a4a9389 (diff) |
clist -> contact list
git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_toolbar.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
{
|