diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-09-08 23:17:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-09-08 23:17:04 +0000 |
commit | be80df8dd6052dc5e6b4564ec1dae652ec7c812b (patch) | |
tree | eadb491284fd8faaea0a4de9c76ec03e2cd95786 /plugins/DbChecker/res/resource.rc | |
parent | b3ac2b8aa5e0357325d6a8c31869cfac31424c43 (diff) |
DbChecker: cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@6027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbChecker/res/resource.rc')
-rw-r--r-- | plugins/DbChecker/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/res/resource.rc b/plugins/DbChecker/res/resource.rc index 40a06d4765..7493487d55 100644 --- a/plugins/DbChecker/res/resource.rc +++ b/plugins/DbChecker/res/resource.rc @@ -35,7 +35,7 @@ BEGIN LTEXT "Welcome to the Miranda Database Wizard",IDC_TITLE,77,12,178,24,0,WS_EX_TRANSPARENT
LTEXT "Using this Wizard you can compact your Miranda profile database to remove dead space created during normal usage, as well as repair a large number of issues that could affect the database.",IDC_STATIC,77,46,178,32,0,WS_EX_TRANSPARENT
LTEXT "To continue, click Next.",IDC_STATIC,77,85,178,8,0,WS_EX_TRANSPARENT
- LTEXT "This programme is licenced under the terms of the GNU General Public License.",IDC_STATIC,77,122,178,16,WS_DISABLED
+ LTEXT "This program is licenced under the terms of the GNU General Public License.",IDC_STATIC,77,122,178,16,WS_DISABLED
END
IDD_WIZARD DIALOGEX 0, 0, 262, 174
|