summaryrefslogtreecommitdiff
path: root/src/sync/syncassistant.cpp
diff options
context:
space:
mode:
authorAndré Marcelo Alvarenga <alvarenga@kde.org>2013-01-08 16:55:07 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-01-08 16:55:07 +0100
commitfe28fed9234750f43bf0d360c2afb0f9dec9b637 (patch)
treed074e3ab9522e1f907c14d6a1b8a806a88c300a8 /src/sync/syncassistant.cpp
parentRevert "Rekonq Migration to Nepomuk2" (diff)
downloadrekonq-fe28fed9234750f43bf0d360c2afb0f9dec9b637.tar.xz
Fix inconsistent capitalization in sync configuration windows
REVIEWED-BY: adjam
Diffstat (limited to 'src/sync/syncassistant.cpp')
-rw-r--r--src/sync/syncassistant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/syncassistant.cpp b/src/sync/syncassistant.cpp
index 7edc1f67..35fcbddb 100644
--- a/src/sync/syncassistant.cpp
+++ b/src/sync/syncassistant.cpp
@@ -41,7 +41,7 @@
SyncAssistant::SyncAssistant(QWidget *parent)
: QWizard(parent)
{
- setWindowTitle(i18n("sync assistant"));
+ setWindowTitle(i18n("Sync Assistant"));
setPage(Page_Type, new SyncHostTypeWidget(this));
setPage(Page_FTP_Settings, new SyncFTPSettingsWidget(this));