summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;