From 149b8787a830005551fbe68d4bddb45f872ebcc2 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 19 Feb 2010 02:49:04 +0100 Subject: .. and check that the changes you do are right. (How can you translate page titles? You wanna translate every title in every web page of the World?...) --- src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 63c2c29d..e3beb60a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -682,11 +682,11 @@ void MainWindow::updateWindowTitle(const QString &title) { if(settings->testAttribute(QWebSettings::PrivateBrowsingEnabled)) { - setWindowTitle(i18nc("window title, %1 = Title of the active website", "%1 – rekonq (Private Browsing)", title) ); + setWindowTitle(title + " - rekonq (" + i18n("Private Browsing") + ')'); } else { - setWindowTitle(i18nc("window title, %1 = title of the active website", "%1 – rekonq")); + setWindowTitle(title + " - rekonq"); } } } -- cgit v1.2.1