Doc - Fix UI text capitalization to follow the KDE style guide.

Reviewed-by: dt
This commit is contained in:
Leena Miettinen
2010-09-14 14:51:50 +02:00
parent 3a1b0584cf
commit 0037296d70
9 changed files with 26 additions and 26 deletions

View File

@@ -692,8 +692,8 @@ void BookmarkManager::removeBookmarkItem(QTreeView *treeView,
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 which will also<br>"
"remove its content. Are you sure you would like to continue?"),
tr("Deleting a folder also removes its content.<br>"
"Do you want to continue?"),
QMessageBox::Yes | QMessageBox::Cancel, QMessageBox::Cancel);
if (value == QMessageBox::Cancel)