summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-14 18:22:10 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-14 18:22:10 +0100
commitd60ad8da315e64e23441512846dc87c79b9ddea5 (patch)
treec59464e3716b25b78ca49188f22e20232959fc02 /src
parentclean up creation of WebView: (diff)
downloadrekonq-d60ad8da315e64e23441512846dc87c79b9ddea5.tar.xz
Fix string
Diffstat (limited to 'src')
-rw-r--r--src/walletwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walletwidget.cpp b/src/walletwidget.cpp
index 69b5c497..56188c95 100644
--- a/src/walletwidget.cpp
+++ b/src/walletwidget.cpp
@@ -97,7 +97,7 @@ void WalletWidget::notNowRememberData()
void WalletWidget::onSaveFormData(const QString &key, const QUrl &url)
{
- m_label->setText( i18n("Do you want rekonq to remember the password for ").append(url.userName()).append(i18n(" on ")).append(url.host()).append(i18n("?")) );
+ m_label->setText( i18n("Do you want rekonq to remember the password on %1?", url.host() ) );
m_key = key;
m_url = url;