diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-29 10:34:26 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-29 10:34:26 +0000 |
commit | 0e5abaeb60ca90a4b42d8b5c77f9a23826683119 (patch) | |
tree | 1dd06116b3c8ca4cd20e82f1e82c76f47eb21a3b /plugins | |
parent | 42beacef87672c4e74885dc9ddfeb5a15d529b14 (diff) |
langpacks updated according to rev [6647] (thx RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/StartupSilence/res/StartupSilence.rc | 2 | ||||
-rw-r--r-- | plugins/UserGuide/src/Version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StartupSilence/res/StartupSilence.rc b/plugins/StartupSilence/res/StartupSilence.rc index 6f10f1b79f..e71ec62d3d 100644 --- a/plugins/StartupSilence/res/StartupSilence.rc +++ b/plugins/StartupSilence/res/StartupSilence.rc @@ -46,7 +46,7 @@ BEGIN CONTROL "TopToolBar button (Miranda restart required)",IDC_TTB,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,134,259,9
PUSHBUTTON "Reset to default\r\n(for this computer)",IDC_RESETDEFAULT,202,183,100,23,BS_CENTER | BS_VCENTER | BS_MULTILINE | NOT WS_TABSTOP
- CTEXT "You need configure it once for each computer, where you run your Miranda NG.",IDC_STATIC,11,152,286,28
+ CTEXT "You need to configure it once for each computer, where you run your Miranda NG.",IDC_STATIC,11,152,286,28
LTEXT "No Apply button required.",IDC_STATIC,12,196,184,8
END
diff --git a/plugins/UserGuide/src/Version.h b/plugins/UserGuide/src/Version.h index 37e083b039..071965a4f5 100644 --- a/plugins/UserGuide/src/Version.h +++ b/plugins/UserGuide/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "User guide"
#define __FILENAME "UserGuide.dll"
-#define __DESCRIPTION "This plug-in adds the main menu item used to view miranda-im pack user guide."
+#define __DESCRIPTION "This plugin adds the main menu item used to view Miranda NG pack user guide."
#define __AUTHOR "Yasnovidyashii"
#define __AUTHOREMAIL "yasnovidyashii@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/p/UserGuide/"
|