diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-08-23 15:48:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-08-23 15:48:44 +0000 |
commit | 45463e3df42e5ba379a07a2db33f98abf9e3a408 (patch) | |
tree | d3ec22e3ee47bbe77b539033e5e10c2ed1d7c508 /plugins/PluginUpdater/src | |
parent | b0adb2ab6731429fcbde5bf8ea87373f3c06c0f2 (diff) |
cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@15024 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src')
-rw-r--r-- | plugins/PluginUpdater/src/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Options.cpp b/plugins/PluginUpdater/src/Options.cpp index 04f563cae2..05ce2692b3 100644 --- a/plugins/PluginUpdater/src/Options.cpp +++ b/plugins/PluginUpdater/src/Options.cpp @@ -84,7 +84,7 @@ static INT_PTR CALLBACK UpdateNotifyOptsProc(HWND hwndDlg, UINT msg, WPARAM wPar if (ServiceExists(MS_AB_BACKUP)) {
EnableWindow(GetDlgItem(hwndDlg, IDC_BACKUP), TRUE);
- SetDlgItemText(hwndDlg, IDC_BACKUP, LPGENT("Backup profile after update"));
+ SetDlgItemText(hwndDlg, IDC_BACKUP, LPGENT("Backup profile before update"));
if(opts.bBackup)
CheckDlgButton(hwndDlg, IDC_BACKUP, BST_CHECKED);
}
|