forked from qt-creator/qt-creator
A few spelling/grammar fixes
This commit is contained in:
committed by
Oswald Buddenhagen
parent
849e8f35c3
commit
6b1a64d5c6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user