summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-08-27 01:20:14 +0300
committerdartraiden <wowemuh@gmail.com>2018-08-27 01:20:14 +0300
commitd49f6ebd98d18b4e0ea785c058b0756728d993cd (patch)
treef30742fa30ebc63fc508e1e6a1506db54e345857
parentae30c72cfd30aa8b71ad6b1b61463deba1fc4081 (diff)
capitalization & unification
-rw-r--r--README.md12
-rw-r--r--plugins/NewsAggregator/Src/Utils.cpp2
-rw-r--r--plugins/PackUpdater/Src/Utils.cpp2
3 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 661189697d..4de8ef0b20 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# Miranda NG #
Miranda NG is a successor of a popular multi-protocol instant messaging client
-for Windows - [Miranda IM][1]. Very light on system resources and extremely
+for Windows — [Miranda IM][1]. Very light on system resources and extremely
fast.
-## Protocol Support ##
+## Protocol support ##
- Discord
- Em-LAN
@@ -24,7 +24,7 @@ fast.
- Twitter
- VKontakte
-## Supported Operating Systems ##
+## Supported operating systems ##
Windows 2003 / XP / Vista / 7 / 8 / 10
@@ -38,16 +38,16 @@ Miranda NG is published under the [GNU GPL license][2].
- [Official web site](https://miranda-ng.org/)
- [Forums](https://forum.miranda-ng.org/)
-- [Community Wiki](https://wiki.miranda-ng.org/)
+- [Community wiki](https://wiki.miranda-ng.org/)
- [Main Git repository](https://github.com/miranda-ng/miranda-ng)
-## Miranda NG Communities ##
+## Miranda NG communities ##
- [Miranda NG on Facebook](https://www.facebook.com/miranda.newgen)
- [Miranda NG on Google Plus](https://plus.google.com/u/0/112395897441053008352/)
- [Miranda NG on Twitter](https://twitter.com/MirandaNewgen)
-- [Miranda NG Commits on Twitter](https://twitter.com/MirandaNGcommit)
+- [Miranda NG commits on Twitter](https://twitter.com/MirandaNGcommit)
[1]: https://sourceforge.net/projects/miranda/
[2]: https://www.gnu.org/licenses/gpl-2.0.html
diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp
index 47d97495d0..4ff53e658d 100644
--- a/plugins/NewsAggregator/Src/Utils.cpp
+++ b/plugins/NewsAggregator/Src/Utils.cpp
@@ -33,7 +33,7 @@ void NetlibInit()
{
NETLIBUSER nlu = {};
nlu.flags = NUF_OUTGOING | NUF_INCOMING | NUF_HTTPCONNS | NUF_UNICODE;
- nlu.szDescriptiveName.w = TranslateT("NewsAggregator HTTP connection");
+ nlu.szDescriptiveName.w = TranslateT("NewsAggregator HTTP connections");
nlu.szSettingsModule = MODULENAME;
hNetlibUser = Netlib_RegisterUser(&nlu);
}
diff --git a/plugins/PackUpdater/Src/Utils.cpp b/plugins/PackUpdater/Src/Utils.cpp
index 7dc2e657c5..b6cb5c24ae 100644
--- a/plugins/PackUpdater/Src/Utils.cpp
+++ b/plugins/PackUpdater/Src/Utils.cpp
@@ -50,7 +50,7 @@ BOOL NetlibInit()
{
NETLIBUSER nlu = {};
nlu.flags = NUF_OUTGOING | NUF_INCOMING | NUF_HTTPCONNS | NUF_UNICODE;
- nlu.szDescriptiveName.w = TranslateT("Pack Updater HTTP connection");
+ nlu.szDescriptiveName.w = TranslateT("Pack Updater HTTP connections");
nlu.szSettingsModule = MODULENAME;
hNetlibUser = Netlib_RegisterUser(&nlu);