A few spelling/grammar fixes

This commit is contained in:
Jure Repinc
2009-05-11 17:57:52 +02:00
committed by Oswald Buddenhagen
parent 849e8f35c3
commit 6b1a64d5c6
5 changed files with 7 additions and 7 deletions

View File

@@ -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)