aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_identity.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-22 15:17:40 +0000
committerGravatar un1versal2015-12-23 06:20:50 +0000
commite8bd452eadb879f0703af9aa06f42128aa4f3c8a (patch)
tree57218fb999bdfccf6cfb4240befd9f640fa8ac69 /src/modules/options/OptionsWidget_identity.cpp
parentConsistency: missed colons on label text (diff)
downloadKVIrc-e8bd452eadb879f0703af9aa06f42128aa4f3c8a.tar.gz
KVIrc-e8bd452eadb879f0703af9aa06f42128aa4f3c8a.tar.bz2
KVIrc-e8bd452eadb879f0703af9aa06f42128aa4f3c8a.zip
fix sentence wording and pluralise correct word.
Diffstat (limited to 'src/modules/options/OptionsWidget_identity.cpp')
-rw-r--r--src/modules/options/OptionsWidget_identity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/OptionsWidget_identity.cpp b/src/modules/options/OptionsWidget_identity.cpp
index b50308004..d4f9893ad 100644
--- a/src/modules/options/OptionsWidget_identity.cpp
+++ b/src/modules/options/OptionsWidget_identity.cpp
@@ -61,8 +61,8 @@ NickAlternativesDialog::NickAlternativesDialog(QWidget * par,const QString &n1,c
setWindowTitle(__tr2qs_ctx("Nickname Alternatives","options"));
QLabel * l = new QLabel(this);
- l->setText(__tr2qs_ctx("Here you can choose up to three nicknames " \
- "alternative to the primary one. KVIrc will use the alternatives " \
+ l->setText(__tr2qs_ctx("Here you can choose up to three nickname " \
+ "alternatives to the primary one. KVIrc will use the alternatives " \
"if the primary nick is already used by someone else on a particular " \
"IRC network.","options"));
l->setWordWrap(true);