diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-28 06:38:13 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-28 06:38:13 +0000 |
commit | e8d8dfceaf556a43a00346beeffcc027d7b193cb (patch) | |
tree | 3bd141aa4f44e16e1ca920b0bcc698c01260f041 /plugins/DbChecker | |
parent | 2863d3f67bf960030de6018d6f967344dc5c8a8b (diff) |
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@9588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbChecker')
-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 78df7336a3..f3cc963ee7 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 program is licenced under the terms of the GNU General Public License.",IDC_STATIC,77,122,178,16,WS_DISABLED
+ LTEXT "This program is licensed 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
|