From 004dbc99a957f78467d9e9060e797b05347052bb Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 4 Aug 2022 18:57:41 +0300 Subject: Spelling correction --- plugins/CountryFlags/src/version.h | 2 +- plugins/Folders/src/dlg_handlers.cpp | 2 +- plugins/Scriver/src/globals.cpp | 2 +- plugins/TabSRMM/src/chat_options.cpp | 2 +- plugins/Watrack/i_opt_1.inc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/CountryFlags/src/version.h b/plugins/CountryFlags/src/version.h index 5ec53d6bc9..82d6457607 100644 --- a/plugins/CountryFlags/src/version.h +++ b/plugins/CountryFlags/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Country flags" #define __FILENAME "Flags.dll" -#define __DESCRIPTION "Service offering misc country utilities as flag icons and an IP-to-Country database." +#define __DESCRIPTION "Service offering miscellaneous country utilities as flag icons and an IP-to-Country database." #define __AUTHOR "H. Herkenrath" #define __AUTHORWEB "https://miranda-ng.org/p/Flags/" #define __COPYRIGHT "© 2006-2007 H. Herkenrath" diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp index 7e45a57575..d71d9dd874 100644 --- a/plugins/Folders/src/dlg_handlers.cpp +++ b/plugins/Folders/src/dlg_handlers.cpp @@ -29,7 +29,7 @@ public: TranslateT("Expands to your Miranda path (e.g., c:\\program files\\miranda ng)."), TranslateT("Expands to your profile path - the value found in mirandaboot.ini,"), TranslateT("ProfileDir section (usually inside Miranda's folder)."), - TranslateT("Expands to your current profile name without the extenstion."), + TranslateT("Expands to your current profile name without the extension."), TranslateT("(e.g., default if your your profile is default.dat)."), TranslateT("Environment variables"), TranslateT("The plugin can also expand environment variables; the variables are specified like in any other"), diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp index 2b735d9d3c..aebeaf2f02 100644 --- a/plugins/Scriver/src/globals.cpp +++ b/plugins/Scriver/src/globals.cpp @@ -85,7 +85,7 @@ static IconItem iconList3[] = { LPGEN("Leave (10x10)"), "log_part", IDI_PART, 10}, // 7 { LPGEN("Quit (10x10)"), "log_quit", IDI_QUIT, 10}, // 8 { LPGEN("Kick (10x10)"), "log_kick", IDI_KICK, 10}, // 9 - { LPGEN("Nickchange (10x10)"), "log_nick", IDI_NICK, 10}, // 10 + { LPGEN("Nick change (10x10)"), "log_nick", IDI_NICK, 10}, // 10 { LPGEN("Notice (10x10)"), "log_notice", IDI_CHAT_NOTICE, 10}, // 11 { LPGEN("Topic (10x10)"), "log_topic", IDI_TOPIC, 10}, // 12 { LPGEN("Highlight (10x10)"), "log_highlight", IDI_NOTICE, 10}, // 13 diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index 62e0ef2e88..ebf57f6824 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -197,7 +197,7 @@ static IconItem _logicons[] = { LPGEN("Quit (10x10)"), "chat_log_quit", IDI_QUIT }, { LPGEN("Kick (10x10)"), "chat_log_kick", IDI_KICK }, { LPGEN("Notice (10x10)"), "chat_log_notice", IDI_NOTICE }, - { LPGEN("Nickchange (10x10)"), "chat_log_nick", IDI_NICK }, + { LPGEN("Nick change (10x10)"), "chat_log_nick", IDI_NICK }, { LPGEN("Topic (10x10)"), "chat_log_topic", IDI_TOPIC }, { LPGEN("Highlight (10x10)"), "chat_log_highlight", IDI_HIGHLIGHT }, { LPGEN("Information (10x10)"), "chat_log_info", IDI_INFO } diff --git a/plugins/Watrack/i_opt_1.inc b/plugins/Watrack/i_opt_1.inc index 356f6b2a29..0769c6ecdd 100644 --- a/plugins/Watrack/i_opt_1.inc +++ b/plugins/Watrack/i_opt_1.inc @@ -109,7 +109,7 @@ begin SetDlgItemTextW(Dialog,IDC_COVERFN,CoverPaths); MakeHint(Dialog,IDC_APPCOMMAND, - 'Emulate multimedia keys presses to control palyer'); + 'Emulate multimedia keys presses to control player'); CheckDlgButton(Dialog,IDC_APPCOMMAND,mmkeyemu); hCpCombo:=GetDlgItem(Dialog,IDC_CODEPAGE); -- cgit v1.2.3