diff options
| author | 2015-12-22 15:17:40 +0000 | |
|---|---|---|
| committer | 2015-12-23 06:20:50 +0000 | |
| commit | e8bd452eadb879f0703af9aa06f42128aa4f3c8a (patch) | |
| tree | 57218fb999bdfccf6cfb4240befd9f640fa8ac69 /src/modules/options/OptionsWidget_identity.cpp | |
| parent | Consistency: missed colons on label text (diff) | |
| download | KVIrc-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.cpp | 4 |
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); |
