summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-12-03 13:33:25 +0000
committerDart Raiden <wowemuh@gmail.com>2015-12-03 13:33:25 +0000
commit783b23571a95cc76a4151e24c1bcb204226c4f31 (patch)
tree6e13e8e5d1edf65c7a9a27932421697f44c8cb86 /plugins
parent92cea97e92cc053c63dddea13ba77d2a560ea775 (diff)
capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Actman/services.ini2
-rw-r--r--plugins/Popup/src/main.cpp2
-rw-r--r--plugins/Popup/src/opt_gen.cpp2
-rw-r--r--plugins/Popup/src/skin.cpp2
-rw-r--r--plugins/SendScreenshotPlus/src/Main.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini
index 86c70aa68f..bc5864a361 100644
--- a/plugins/Actman/services.ini
+++ b/plugins/Actman/services.ini
@@ -265,7 +265,7 @@ descr=Empty updater download folder
[Service:Popup/EnableDisableMenuCommand]
wparam=0
lparam=0
-plugin=Popup Plus (popup.dll) latest YAPP (yapp.dll)
+plugin=Popup plus (popup.dll) latest YAPP (yapp.dll)
descr=Enables or disables Popup windows
[Service:Popup/ShowMessage]
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp
index 93dd39d3f7..a30a274d94 100644
--- a/plugins/Popup/src/main.cpp
+++ b/plugins/Popup/src/main.cpp
@@ -259,7 +259,7 @@ static int ModulesLoaded(WPARAM, LPARAM)
// hook TopToolBar
HookEvent(ME_TTB_MODULELOADED, TTBLoaded);
// Folder plugin support
- folderId = FoldersRegisterCustomPathT(LPGEN("Skins"), LPGEN("Popup Plus"), MIRANDA_PATHT _T("\\Skins\\Popup"));
+ folderId = FoldersRegisterCustomPathT(LPGEN("Skins"), LPGEN("Popup plus"), MIRANDA_PATHT _T("\\Skins\\Popup"));
// load skin
skins.load();
const PopupSkin *skin;
diff --git a/plugins/Popup/src/opt_gen.cpp b/plugins/Popup/src/opt_gen.cpp
index fe126a1cfc..9196160c67 100644
--- a/plugins/Popup/src/opt_gen.cpp
+++ b/plugins/Popup/src/opt_gen.cpp
@@ -589,7 +589,7 @@ void Check_ReorderPopups(HWND hwnd) {
if (!PopupOptions.ReorderPopups && PopupOptions.ReorderPopupsWarning) {
int res = MessageBox(hwnd,
TranslateT("'Reorder popups' option is currently disabled.\r\nThis may cause misaligned popups when used with\r\navatars and text replacement (mainly NewXstatusNotify).\r\n\r\nDo you want to enable popup reordering now?\r\n"),
- TranslateT("Popup Plus Warning"), MB_ICONEXCLAMATION | MB_YESNOCANCEL);
+ TranslateT("Popup plus warning"), MB_ICONEXCLAMATION | MB_YESNOCANCEL);
switch (res) {
case IDYES:
diff --git a/plugins/Popup/src/skin.cpp b/plugins/Popup/src/skin.cpp
index 3d972c60e0..f2d1e715de 100644
--- a/plugins/Popup/src/skin.cpp
+++ b/plugins/Popup/src/skin.cpp
@@ -1157,7 +1157,7 @@ const PopupSkin *Skins::getSkin(LPCTSTR name)
if (!any->skin->isCompatible())
MessageBox(NULL,
- TranslateT("The skin you are trying to load is designed\r\nfor newer version of Popup Plus. And will not\r\ndisplay properly.\r\n\r\nPlease choose another skin."),
+ TranslateT("The skin you are trying to load is designed\r\nfor newer version of Popup plus. And will not\r\ndisplay properly.\r\n\r\nPlease choose another skin."),
_T(MODULNAME_LONG), MB_ICONSTOP | MB_OK);
return any->skin;
diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp
index 7c2cf90a88..8e7b55f85b 100644
--- a/plugins/SendScreenshotPlus/src/Main.cpp
+++ b/plugins/SendScreenshotPlus/src/Main.cpp
@@ -264,7 +264,7 @@ DLL_EXPORT int Load(void)
INT_PTR result = CallService(MS_IMG_GETINTERFACE, FI_IF_VERSION, (LPARAM)&FIP);
if (FIP == NULL || result != S_OK) {
- MessageBox(NULL, TranslateT("Image services (AdvaImg) not found.\nSendSS disabled."), TranslateT("SendSS"), MB_OK | MB_ICONERROR | MB_APPLMODAL);
+ MessageBox(NULL, TranslateT("Image services (AdvaImg plugin) not found.\nSendSS disabled."), TranslateT("SendSS"), MB_OK | MB_ICONERROR | MB_APPLMODAL);
return 1;
}
/// hook events