diff options
author | Pino Toscano <pino@kde.org> | 2013-06-10 12:19:05 +0200 |
---|---|---|
committer | Pino Toscano <pino@kde.org> | 2013-06-10 12:19:05 +0200 |
commit | 9ca94969b08532a9461f764aa41d679e60d62424 (patch) | |
tree | efbc63fcd22a56bddd6e751b9bd0c82f96c35601 /src/sync | |
parent | Link custom rekonq QNAM to KDE proxy settings (diff) | |
download | rekonq-9ca94969b08532a9461f764aa41d679e60d62424.tar.xz |
i18n fixes
- remove exclamation marks
- remove contractions ("don't" -> "do not", "max" -> "maximum", "min" -> "minimum")
- fix style
- spell "Java", "JavaScript" and "MD5" correctly
- lowercase "NOT" (do not shout to the user)
- remove extra spaces
Diffstat (limited to 'src/sync')
-rw-r--r-- | src/sync/synccheckwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/synccheckwidget.cpp b/src/sync/synccheckwidget.cpp index 4c5986dd..913ccafe 100644 --- a/src/sync/synccheckwidget.cpp +++ b/src/sync/synccheckwidget.cpp @@ -71,7 +71,7 @@ void SyncCheckWidget::initializePage() else { syncLabel->setText(i18n("No sync")); - hostLabel->setText(i18n("none")); + hostLabel->setText(i18nc("no host", "None")); } bkMsgLabel->setText(QString()); |