if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Page"),tr("Are you sure you want to remove %n page(s) from the selected document '%1'?","",sceneIndexes.count()).arg(proxy->metaData(UBSettings::documentName).toString())))
if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Document"),tr("Are you sure you want to remove the document '%1'?").arg(proxyTi->proxy()->metaData(UBSettings::documentName).toString())))
if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Folder"),tr("Are you sure you want to remove the folder '%1' and all its content?").arg(groupTi->groupName())))