diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 15:37:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 15:37:24 +0200 |
commit | 6ba5990c664150cf4e3dda72ade152fbdc7caa80 (patch) | |
tree | 82fcc0e214f4c3be6949735936e42a91bcd85503 /src | |
parent | AUTHORS << pano (diff) | |
download | rekonq-6ba5990c664150cf4e3dda72ade152fbdc7caa80.tar.xz |
s/tap/tab/
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 4f76d180..d1ab721f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -889,7 +889,7 @@ bool MainWindow::queryClose() int answer = KMessageBox::questionYesNoCancel( this, - 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()), + i18np("Are you sure you want to close the window?\n" "You have 1 tab 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")), |