diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-08-23 15:40:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-08-23 15:40:48 +0000 |
commit | c8ebd47264f4cfdf0c3dba33a15fd1e7680f9e52 (patch) | |
tree | 3d159612ca52cc821a3b73cb046ee3bfa7c24333 /plugins/PluginUpdater/res/Resource.rc | |
parent | 8c0cac9d9b9079e5a9d146634a2013ec543e6f7e (diff) |
cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@15022 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/res/Resource.rc')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 40ecea8aed..80fc0f5ea5 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -68,7 +68,7 @@ BEGIN CONTROL "",IDC_PERIODSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_DISABLED,92,56,10,15
COMBOBOX IDC_PERIODMEASURE,114,56,58,30,CBS_DROPDOWNLIST | CBS_SORT | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
CONTROL "Silent mode",IDC_SILENTMODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,72,267,10
- CONTROL "Backup database after update (requires db_autobackups)",IDC_BACKUP,
+ CONTROL "Backup database before update (requires db_autobackups)",IDC_BACKUP,
"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,11,86,267,10
GROUPBOX "Files source",IDC_STATIC,2,115,285,96
CONTROL "Stable version",IDC_STABLE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,128,267,10
|