summaryrefslogtreecommitdiff
path: root/src/networkaccessmanager.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2009-09-30 13:07:56 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2009-09-30 13:07:56 +0200
commit6c0a85229bba30bf80b5e06c7f98347b10d4ac25 (patch)
tree8999c87844fceb13f6b653cae7ff936c6d81e78b /src/networkaccessmanager.cpp
parentModified the string a bit (diff)
downloadrekonq-6c0a85229bba30bf80b5e06c7f98347b10d4ac25.tar.xz
Slightly changed the FIXME comment ;-)
Diffstat (limited to 'src/networkaccessmanager.cpp')
-rw-r--r--src/networkaccessmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networkaccessmanager.cpp b/src/networkaccessmanager.cpp
index c7f9790b..f95fa456 100644
--- a/src/networkaccessmanager.cpp
+++ b/src/networkaccessmanager.cpp
@@ -128,7 +128,7 @@ void NetworkAccessManager::authenticationRequired(QNetworkReply *reply, QAuthent
passwordWidget.iconLabel->setText(QString());
passwordWidget.iconLabel->setPixmap(mainWindow->style()->standardIcon(QStyle::SP_MessageBoxQuestion, 0, mainWindow).pixmap(32, 32));
- //FIXME Replace the text below with an explanation of what exactly %1 and %2 stand for
+ //FIXME Replace the text below with an explanation of what exactly %1 and %2 mean
QString introMessage = i18nc("%1=stuff %2=stuff2", "<qt>Enter username and password for %1 at %2</qt>",
Qt::escape(reply->url().toString()),
Qt::escape(reply->url().toString()) );