summaryrefslogtreecommitdiff
path: root/src/shared/help
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-04-30 16:09:57 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-04-30 16:09:57 +0200
commit2f129dfad3dea632cfb14d1100cc4999ebebb47b (patch)
tree97058fe209ecffe1c90c6554523902a2ba150b79 /src/shared/help
parentafe68f0d13ef1605b2418f87781dc2b6c61efbd7 (diff)
downloadqt-creator-2f129dfad3dea632cfb14d1100cc4999ebebb47b.tar.gz
Fixed some translation errors.
Diffstat (limited to 'src/shared/help')
-rw-r--r--src/shared/help/bookmarkmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/help/bookmarkmanager.cpp b/src/shared/help/bookmarkmanager.cpp
index e3cfbfc493..4531cb5bb8 100644
--- a/src/shared/help/bookmarkmanager.cpp
+++ b/src/shared/help/bookmarkmanager.cpp
@@ -699,8 +699,8 @@ void BookmarkManager::removeBookmarkItem(QTreeView *treeView, const QModelIndex&
QString data = index.data(Qt::UserRole + 10).toString();
if (data == QLatin1String("Folder") && item->rowCount() > 0) {
int value = QMessageBox::question(treeView, tr("Remove"),
- tr("You are going to delete a Folder, this will also<br>"
- "remove it's content. Are you sure to continue?"),
+ tr("You are going to delete a Folder which will also<br>"
+ "remove its content. Are you sure to continue?"),
QMessageBox::Yes | QMessageBox::Cancel, QMessageBox::Cancel);
if (value == QMessageBox::Cancel)