summaryrefslogtreecommitdiff
path: root/src/shared/help
diff options
context:
space:
mode:
authorJure Repinc <jlp@holodeck1.com>2009-05-11 17:57:52 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-12 10:41:36 +0200
commit6b1a64d5c680de6dafb57bb7a40d1a734276fd2c (patch)
tree9546524c49033250267e04736c65fb52a850e797 /src/shared/help
parent849e8f35c377afd2ba9838c6a576611968f0380b (diff)
downloadqt-creator-6b1a64d5c680de6dafb57bb7a40d1a734276fd2c.tar.gz
A few spelling/grammar fixes
Diffstat (limited to 'src/shared/help')
-rw-r--r--src/shared/help/bookmarkmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/bookmarkmanager.cpp b/src/shared/help/bookmarkmanager.cpp
index 5f25bce77c..626a9ccf8c 100644
--- a/src/shared/help/bookmarkmanager.cpp
+++ b/src/shared/help/bookmarkmanager.cpp
@@ -699,7 +699,7 @@ void BookmarkManager::removeBookmarkItem(QTreeView *treeView, const QModelIndex&
if (data == QLatin1String("Folder") && item->rowCount() > 0) {
int value = QMessageBox::question(treeView, tr("Remove"),
tr("You are going to delete a Folder which will also<br>"
- "remove its content. Are you sure to continue?"),
+ "remove its content. Are you sure you would like to continue?"),
QMessageBox::Yes | QMessageBox::Cancel, QMessageBox::Cancel);
if (value == QMessageBox::Cancel)