summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/StartupSilence/res/StartupSilence.rc2
-rw-r--r--plugins/UserGuide/src/Version.h2
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/"