diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-25 10:23:57 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-25 10:23:57 +0000 |
commit | b4132ae8daa7cb96ef49eca4827380c0e629a031 (patch) | |
tree | 17ba97204476e184243d39adb4cade2d1cd0137d /plugins/ModernOpt/src | |
parent | fcc52a98dd00169809be6008368e8aa80ec3ab05 (diff) |
ModernOpt: we call it Plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@15777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ModernOpt/src')
-rw-r--r-- | plugins/ModernOpt/src/modernopt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ModernOpt/src/modernopt.cpp b/plugins/ModernOpt/src/modernopt.cpp index 67b32f6f29..c11edb2d2c 100644 --- a/plugins/ModernOpt/src/modernopt.cpp +++ b/plugins/ModernOpt/src/modernopt.cpp @@ -77,7 +77,7 @@ struct ModernOptMainPageInfo g_ModernOptPages[MODERNOPT_PAGE_COUNT] = {IDC_BTN_IGNORE, TRUE, IDI_BIG_IGNORE, LPGENT("Ignore"), LPGENT("Ban those users and events, you are annoyed with.")},
{IDC_BTN_STATUS, TRUE, IDI_BIG_STATUS, LPGENT("Status"), LPGENT("Set your status messages and idle reporting.")},
{IDC_BTN_ADVANCED, TRUE, IDI_BIG_ADVANCED, LPGENT("Advanced"), LPGENT("")},
- {IDC_BTN_PLUGINS, TRUE, IDI_BIG_MODULES, LPGENT("Addons"), LPGENT("Miranda NG is all about plugins. Manage all the plugins you have here.")},
+ {IDC_BTN_PLUGINS, TRUE, IDI_BIG_MODULES, LPGENT("Plugins"), LPGENT("Miranda NG is all about plugins. Manage all the plugins you have here.")},
};
////////////////////////////////////////////////////////////////////////////////
|