diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2009-09-29 12:52:37 +0200 |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2009-09-29 12:53:32 +0200 |
commit | dcd185e58face87105f484e98ecb195af0790a22 (patch) | |
tree | f9ece47537c2dde957dbd8effee8cf3c9a5865c3 /demos/browser/browsermainwindow.cpp | |
parent | 8fe49324d8b58eb1c0945259da00905cca02822c (diff) | |
download | qt4-tools-dcd185e58face87105f484e98ecb195af0790a22.tar.gz |
Fix spelling error in the demo browser close-multiple-tabs dialog
Diffstat (limited to 'demos/browser/browsermainwindow.cpp')
-rw-r--r-- | demos/browser/browsermainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/browser/browsermainwindow.cpp b/demos/browser/browsermainwindow.cpp index 1ad2311a15..fba3ac5110 100644 --- a/demos/browser/browsermainwindow.cpp +++ b/demos/browser/browsermainwindow.cpp @@ -740,7 +740,7 @@ void BrowserMainWindow::closeEvent(QCloseEvent *event) if (m_tabWidget->count() > 1) { int ret = QMessageBox::warning(this, QString(), tr("Are you sure you want to close the window?" - " There are %1 tab open").arg(m_tabWidget->count()), + " There are %1 tabs open").arg(m_tabWidget->count()), QMessageBox::Yes | QMessageBox::No, QMessageBox::No); if (ret == QMessageBox::No) { |