summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/!NotAdopted/SMS/main.cpp2
-rw-r--r--plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp2
-rw-r--r--plugins/!NotAdopted/Tlen/jabber_thread.c2
-rw-r--r--plugins/!NotAdopted/Tlen/tlen.c2
-rw-r--r--plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/!NotAdopted/SMS/main.cpp b/plugins/!NotAdopted/SMS/main.cpp
index c056cbbc30..051064ac4d 100644
--- a/plugins/!NotAdopted/SMS/main.cpp
+++ b/plugins/!NotAdopted/SMS/main.cpp
@@ -196,7 +196,7 @@ __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
if (mirandaVersion<MIN_MIR_VER_VERSION_DWORD)
{
- MessageBox(NULL,TEXT("Pleace, update your Miranda IM, SMS will not load with this version."),NULL,(MB_OK|MB_ICONERROR));
+ MessageBox(NULL,TEXT("Pleace, update your Miranda NG, SMS will not load with this version."),NULL,(MB_OK|MB_ICONERROR));
return(NULL);
}
return(&pluginInfoEx);
diff --git a/plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp b/plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp
index 5509bea091..26f9696799 100644
--- a/plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp
+++ b/plugins/!NotAdopted/SmartAutoReplier/ModeMessHandler.cpp
@@ -67,7 +67,7 @@ LPTSTR CModeMessHandler::GetDefaultMessage(INT status)
case ID_STATUS_NA: return TranslateTS(TEXT("Give it up, I'm not in!"));
case ID_STATUS_OCCUPIED: return TranslateTS(TEXT("Not right now."));
case ID_STATUS_DND: return TranslateTS(TEXT("Give a guy some peace, would ya?"));
- case ID_STATUS_FREECHAT: return TranslateTS(TEXT("Well, I would talk to you if Miranda IM supported chat"));
+ case ID_STATUS_FREECHAT: return TranslateTS(TEXT("Well, I would talk to you if Miranda NG supported chat"));
case ID_STATUS_ONLINE: return TranslateTS(TEXT("Yep, I'm here."));
case ID_STATUS_OFFLINE: return TranslateTS(TEXT("Nope, not here."));
case ID_STATUS_INVISIBLE: return TranslateTS(TEXT("I'm hiding from the mafia."));
diff --git a/plugins/!NotAdopted/Tlen/jabber_thread.c b/plugins/!NotAdopted/Tlen/jabber_thread.c
index b78cb1e9b5..fc76c893cf 100644
--- a/plugins/!NotAdopted/Tlen/jabber_thread.c
+++ b/plugins/!NotAdopted/Tlen/jabber_thread.c
@@ -572,7 +572,7 @@ static void TlenProcessIqGetVersion(TlenProtocol *proto, XmlNode* node)
if ( os == NULL ) os = JabberTextEncode( Translate( "Windows" ));
- strcpy(mversion, "Miranda IM ");
+ strcpy(mversion, "Miranda NG ");
CallService( MS_SYSTEM_GETVERSIONTEXT, sizeof( mversion ) - 11, ( LPARAM )mversion + 11 );
strcat(mversion, " (Tlen v.");
strcat(mversion, TLEN_VERSION_STRING);
diff --git a/plugins/!NotAdopted/Tlen/tlen.c b/plugins/!NotAdopted/Tlen/tlen.c
index 8e062a54b0..8ca67cb313 100644
--- a/plugins/!NotAdopted/Tlen/tlen.c
+++ b/plugins/!NotAdopted/Tlen/tlen.c
@@ -58,7 +58,7 @@ PLUGININFOEX pluginInfoEx = {
"Tlen Protocol",
#endif
PLUGIN_MAKE_VERSION(TLEN_MAJOR_VERSION,TLEN_MINOR_VERSION,TLEN_RELEASE_NUM,TLEN_BUILD_NUM),
- "Tlen protocol plugin for Miranda IM (version: " TLEN_VERSION_STRING ")",
+ "Tlen protocol plugin for Miranda NG (version: " TLEN_VERSION_STRING ")",
"Santithorn Bunchua, Adam Strzelecki, Piotr Piastucki",
"the_leech@users.berlios.de",
"(c) 2002-2012 Santithorn Bunchua, Piotr Piastucki",
diff --git a/plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp b/plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp
index 7006437a2f..8ed404c079 100644
--- a/plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp
+++ b/plugins/!NotAdopted/Tlen/tlen_czaty/mucc.cpp
@@ -47,7 +47,7 @@ PLUGININFOEX pluginInfoEx = {
"Tlen Czaty",
#endif
PLUGIN_MAKE_VERSION(MUCC_MAJOR_VERSION,MUCC_MINOR_VERSION,MUCC_RELEASE_NUM,MUCC_BUILD_NUM),
- "Group chats GUI plugin for Miranda IM (formerly known as mucc.dll) (version: " MUCC_VERSION_STRING ")",
+ "Group chats GUI plugin for Miranda NG (formerly known as mucc.dll) (version: " MUCC_VERSION_STRING ")",
"Piotr Piastucki",
"the_leech@users.berlios.de",
"(c) 2004-2012 Piotr Piastucki",