diff options
author | dartraiden <wowemuh@gmail.com> | 2018-12-06 03:22:20 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-12-06 03:22:20 +0300 |
commit | bd3fd3bb1afeb41b61a4dd5257d936313bd3608a (patch) | |
tree | 6b5e38a68de58c7edec16cd2201b948c8c99e7b0 /plugins/Db_autobackups/res | |
parent | f24c138589ff1f3c7e1ef482e952adfde8c3dc66 (diff) |
db_autobackups: cosmetic
Diffstat (limited to 'plugins/Db_autobackups/res')
-rw-r--r-- | plugins/Db_autobackups/res/db_autobackups.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/res/db_autobackups.rc b/plugins/Db_autobackups/res/db_autobackups.rc index adf279adfc..bb700851b8 100644 --- a/plugins/Db_autobackups/res/db_autobackups.rc +++ b/plugins/Db_autobackups/res/db_autobackups.rc @@ -44,7 +44,7 @@ BEGIN PUSHBUTTON "Browse...",IDC_BUT_BROWSE,199,114,49,14
CONTROL "Go to the ""Options -> Customize -> Folders"" to change settings",IDC_LNK_FOLDERS,
"Hyperlink",NOT WS_VISIBLE | WS_TABSTOP,17,111,231,17
- LTEXT "Backup file mask",IDC_STATIC,17,135,231,8
+ LTEXT "Backup file mask:",IDC_STATIC,17,135,231,8
EDITTEXT IDC_FILEMASK,17,145,231,14,ES_AUTOHSCROLL
CONTROL "Compress backup to zip-archive",IDC_CHK_USEZIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,165,231,10
CONTROL "Backup profile folder",IDC_BACKUPPROFILE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,26,177,176,10
|