summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <tweimer@users.noreply.github.com>2017-08-12 18:30:16 +0200
committerGitHub <noreply@github.com>2017-08-12 18:30:16 +0200
commitaf4240e598e44c065a102dd619d09daf367dcd84 (patch)
treec6f9615b03bc7c0471880e9e8df5ef44c2b60448
parent03f896156663fec6f780595e9cba1396dc20e362 (diff)
UserInfoEx
- Removed unneeded slash
-rw-r--r--plugins/UserInfoEx/src/svc_constants.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UserInfoEx/src/svc_constants.cpp b/plugins/UserInfoEx/src/svc_constants.cpp
index b345b25f26..2b89416c5e 100644
--- a/plugins/UserInfoEx/src/svc_constants.cpp
+++ b/plugins/UserInfoEx/src/svc_constants.cpp
@@ -2,7 +2,7 @@
UserinfoEx plugin for Miranda IM
Copyright:
-© 2006-2010 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol
+© 2006-2010 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -231,7 +231,7 @@ static IDSTRLIST TmplMarital[]={
{40, LPGEN("Widowed"), 0},
{50, LPGEN("Actively searching"), 0 },
{60, LPGEN("In love"), 0 },
- {70, LPGEN("It\'s complicated"), 0 },
+ {70, LPGEN("It's complicated"), 0 },
{80, LPGEN("In a civil union"), 0 }
};
@@ -247,7 +247,7 @@ static UINT MyCountriesCount = 0;
/**
* This is a sort procedure, which compares two items of an IDSTRLIST array.
* It is used by qsort in SvcConstantsTranslateList and cares about the
-* locale, which was set up in OS. This prevents e.g. Ä,Ö to be put onto
+* locale, which was set up in OS. This prevents e.g. Ä,Ö to be put onto
* the end of the list., but being sorted to the right position.
*
* @param p1 - (LPIDSTRLIST) first item to compare