diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-25 11:16:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-25 11:16:32 +0200 |
commit | 29ee89dfb20af834efd4471ab8bcc953383ffe1f (patch) | |
tree | 32c37db075ee451bf8eeb31f7bf35f08795e9b42 /src/analyzer/networkanalyzer.cpp | |
parent | Alternate F6 shortcut for open location action (diff) | |
parent | last minute string fixes (diff) | |
download | rekonq-29ee89dfb20af834efd4471ab8bcc953383ffe1f.tar.xz |
Merge commit 'refs/merge-requests/2276' of git://gitorious.org/rekonq/mainline into m2276
Diffstat (limited to 'src/analyzer/networkanalyzer.cpp')
-rw-r--r-- | src/analyzer/networkanalyzer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzer/networkanalyzer.cpp b/src/analyzer/networkanalyzer.cpp index 53972a9c..22a7c243 100644 --- a/src/analyzer/networkanalyzer.cpp +++ b/src/analyzer/networkanalyzer.cpp @@ -48,7 +48,7 @@ NetworkAnalyzer::NetworkAnalyzer(QWidget *parent) , _requestList(new QTreeWidget(this)) { QStringList headers; - headers << i18n("Method") << i18n("Url") << i18n("Response") << i18n("Length") << i18n("Content Type") << i18n("Info"); + headers << i18n("Method") << i18n("URL") << i18n("Response") << i18n("Length") << i18n("Content Type") << i18n("Info"); _requestList->setHeaderLabels( headers ); _requestList->header()->setResizeMode(0, QHeaderView::ResizeToContents); |