From 59b00feb310240a3ac5a140ee3dd519c520c69b3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 20 Jul 2012 09:06:33 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@1068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Folders/src/dlg_handlers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp index cb11566363..2cf0b98f0f 100644 --- a/plugins/Folders/src/dlg_handlers.cpp +++ b/plugins/Folders/src/dlg_handlers.cpp @@ -352,12 +352,12 @@ INT_PTR CALLBACK DlgProcVariables(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lPa case WM_INITDIALOG: { SetDlgItemText(hWnd, IDC_HELP_RICHEDIT, _T("\ -Don't forget to click on Apply to save the changes. If you don't then the changes won\'t\r\n\ +Don\'t forget to click on Apply to save the changes. If you don\'t then the changes won\'t\r\n\ be saved to the database, they will only be valid for this session.\r\n\r\n\ Variable string\t\tWhat it expands to:\r\n\ %miranda_path%\tExpands to your miranda path (e.g: c:\program files\miranda im).\r\n\ %profile_path%\t\tExpands to your profile path - the value found in mirandaboot.ini,\r\n\ -\t\t\tProfileDir section (usually inside miranda's folder).\r\n\ +\t\t\tProfileDir section (usually inside miranda\'s folder).\r\n\ %current_profile%\tExpands to your current profile name without the extenstion.\r\n\ \t\t\t(e.g.default if your your profile is default.dat).\r\n\r\n\r\n\ Environment variables\r\n\ -- cgit v1.2.3