diff options
| author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-26 13:08:44 +0000 | 
|---|---|---|
| committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-26 13:08:44 +0000 | 
| commit | 5eade73f11a544aeda8aa01f2e82f3e32c40e2b8 (patch) | |
| tree | bfea33e999ad27b63e1564521492eb0caec09d40 /plugins | |
| parent | 25939fa107807f884c05db7377cb47fcaf1805cf (diff) | |
- spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/AuthState/src/version.h | 2 | ||||
| -rw-r--r-- | plugins/Clist_modern/src/version.h | 2 | ||||
| -rw-r--r-- | plugins/HistoryPlusPlus/EventDetailForm.dfm | 2 | ||||
| -rw-r--r-- | plugins/MsgPopup/src/Version.h | 2 | ||||
| -rw-r--r-- | plugins/ProfileManager/src/Version.h | 2 | ||||
| -rwxr-xr-x | plugins/StopSpamMod/src/version.h | 2 | ||||
| -rw-r--r-- | plugins/StopSpamPlus/src/version.h | 2 | ||||
| -rw-r--r-- | plugins/wbOSD/src/version.h | 2 | 
8 files changed, 8 insertions, 8 deletions
| diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h index 678aff8d12..804dd84398 100644 --- a/plugins/AuthState/src/version.h +++ b/plugins/AuthState/src/version.h @@ -7,7 +7,7 @@  #define __PLUGIN_NAME				"Authorization state"
  #define __FILENAME					"AuthState.dll"
 -#define __DESCRIPTION 				"If contact didn't authorized you this plugin puts an icon in front of contacts name."
 +#define __DESCRIPTION 				"If a contact didn't authorize you this plugin puts an icon in front of the contact's name."
  #define __AUTHOR					"Thief, idea by snwbrdr"
  #define __AUTHOREMAIL				"thief@miranda.im"
  #define __AUTHORWEB					"http://miranda-ng.org/p/AuthState/"
 diff --git a/plugins/Clist_modern/src/version.h b/plugins/Clist_modern/src/version.h index 1c2afa3cf5..6b09ce3aea 100644 --- a/plugins/Clist_modern/src/version.h +++ b/plugins/Clist_modern/src/version.h @@ -7,7 +7,7 @@  #define __PLUGIN_NAME				"Modern contact list"
  #define __FILENAME					"Clist_modern.dll"
 -#define __DESCRIPTION 				"Displays contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
 +#define __DESCRIPTION 				"Displays contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enhanced metacontact cooperation."
  #define __AUTHOR					"Artem Shpynov, Ricardo Pescuma Domenecci and Anton Senko based on clist_mw by Bethoven"
  #define __AUTHOREMAIL				"ashpynov@gmail.com"
  #define __AUTHORWEB					"http://miranda-ng.org/p/Clist_modern/"
 diff --git a/plugins/HistoryPlusPlus/EventDetailForm.dfm b/plugins/HistoryPlusPlus/EventDetailForm.dfm index a64ae89bdd..e17fb7fe51 100644 --- a/plugins/HistoryPlusPlus/EventDetailForm.dfm +++ b/plugins/HistoryPlusPlus/EventDetailForm.dfm @@ -33,7 +33,7 @@ object EventDetailsFrm: TEventDetailsFrm        Top = 4
        Width = 100
        Height = 25
 -      Hint = 'Prevous message'
 +      Hint = 'Previous message'
        Caption = 'Prev'
        OnClick = PrevBtnClick
      end
 diff --git a/plugins/MsgPopup/src/Version.h b/plugins/MsgPopup/src/Version.h index 7e0bdccc39..e62c25f03f 100644 --- a/plugins/MsgPopup/src/Version.h +++ b/plugins/MsgPopup/src/Version.h @@ -7,7 +7,7 @@  #define __PLUGIN_NAME				"Message popup"
  #define __FILENAME					"MsgPopup.dll"
 -#define __DESCRIPTION 				"Plugin replaces MessageBoxes [whose have only OK button] into Popups."
 +#define __DESCRIPTION 				"Plugin replaces MessageBoxes (those having only OK button) with popups."
  #define __AUTHOR					"StDenis"
  #define __AUTHOREMAIL				"stdenformiranda@fromru.com"
  #define __AUTHORWEB					"http://miranda-ng.org/p/MsgPopup/"
 diff --git a/plugins/ProfileManager/src/Version.h b/plugins/ProfileManager/src/Version.h index 0638c83460..5fa5ebaf7e 100644 --- a/plugins/ProfileManager/src/Version.h +++ b/plugins/ProfileManager/src/Version.h @@ -7,7 +7,7 @@  #define __PLUGIN_NAME				"Miranda NG profile changer"
  #define __FILENAME					"PManagerEx.dll"
 -#define __DESCRIPTION 				"Adds a menu item to change or load a different profile of Miranda NG, restart or run a dbchecker."
 +#define __DESCRIPTION 				"Adds a menu item to change or load a different profile of Miranda NG, restart or run DbChecker."
  #define __AUTHOR					"Roman Gemini"
  #define __AUTHOREMAIL				"woobind@ukr.net"
  #define __AUTHORWEB					"http://miranda-ng.org/p/PManagerEx/"
 diff --git a/plugins/StopSpamMod/src/version.h b/plugins/StopSpamMod/src/version.h index 8b76cd0aae..ce3879a86a 100755 --- a/plugins/StopSpamMod/src/version.h +++ b/plugins/StopSpamMod/src/version.h @@ -7,7 +7,7 @@  #define __PLUGIN_NAME				"StopSpam mod"
  #define __FILENAME					"StopSpamMod.dll"
 -#define __DESCRIPTION 				"Antispam plugin for Miranda NG."
 +#define __DESCRIPTION 				"Anti-spam plugin for Miranda NG."
  #define __AUTHOR					"Roman Miklashevsky, sss, Elzor"
  #define __AUTHOREMAIL				"sss123next@list.ru"
  #define __AUTHORWEB					"http://miranda-ng.org/p/StopSpamMod/"
 diff --git a/plugins/StopSpamPlus/src/version.h b/plugins/StopSpamPlus/src/version.h index 4580514a58..de0c4c7757 100644 --- a/plugins/StopSpamPlus/src/version.h +++ b/plugins/StopSpamPlus/src/version.h @@ -7,7 +7,7 @@  #define __PLUGIN_NAME				"StopSpam+"
  #define __FILENAME					"StopSpam.dll"
 -#define __DESCRIPTION 				"Antispam plugin for Miranda NG."
 +#define __DESCRIPTION 				"Anti-spam plugin for Miranda NG."
  #define __AUTHOR					"Roman Miklashevsky, A. Petkevich, Kosh&chka, persei"
  #define __AUTHOREMAIL				"koshechka@miranda.im"
  #define __AUTHORWEB					"http://miranda-ng.org/p/StopSpam/"
 diff --git a/plugins/wbOSD/src/version.h b/plugins/wbOSD/src/version.h index 57a6396951..4a31e027a2 100644 --- a/plugins/wbOSD/src/version.h +++ b/plugins/wbOSD/src/version.h @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  #define __PLUGIN_NAME				"WannaBe OSD"
  #define __FILENAME					"wbOSD.dll"
 -#define __DESCRIPTION 				"Shows new message/status change info using onscreen display."
 +#define __DESCRIPTION 				"Shows new message/status change info using on-screen display."
  #define __AUTHOR					"Andrej Krutak"
  #define __AUTHOREMAIL				"andree182@gmail.com"
  #define __AUTHORWEB					"http://miranda-ng.org/p/wbOSD/"
 | 
