diff options
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/mainwindow.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 670981e6..8b99e8b5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char **argv) version, ki18n(description), KAboutData::License_GPL_V3, - ki18n("(C) 2009 rekonq team"), + ki18n("(C) 2008-2009 Andrea Diamantini"), KLocalizedString(), "http://rekonq.sourceforge.net", "rekonq@kde.org" diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 94e4dd11..4f76d180 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -889,7 +889,7 @@ bool MainWindow::queryClose() int answer = KMessageBox::questionYesNoCancel( this, - i18n("Are you sure you want to close the window?\n" "You have %1 tabs open" , m_view->count()), + i18np("Are you sure you want to close the window?\n" "You have 1 tap open","Are you sure you want to close the window?\n" "You have %1 tabs open" , m_view->count()), i18n("Are you sure you want to close the window?"), KStandardGuiItem::quit(), KGuiItem(i18n("C&lose Current Tab"), KIcon("tab-close")), |