From d60ad8da315e64e23441512846dc87c79b9ddea5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 14 Dec 2009 18:22:10 +0100 Subject: Fix string --- src/walletwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.1