diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-20 09:06:33 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-20 09:06:33 +0000 |
commit | 59b00feb310240a3ac5a140ee3dd519c520c69b3 (patch) | |
tree | 96ea911ba200f5816a61cf6bcafc52b2ce83ecab /plugins/Folders | |
parent | c92e6fa7468cfbbf0e05e611ba0790307fbd953a (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@1068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders')
-rw-r--r-- | plugins/Folders/src/dlg_handlers.cpp | 4 |
1 files 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\
|