cosmetic changes in label

This commit is contained in:
iLLiCiTiT 2022-01-07 21:29:23 +01:00
parent 857d22690d
commit f306de1faa

View file

@ -347,8 +347,8 @@ class ConfirmProjectDeletion(QtWidgets.QDialog):
message_label.setText((
"<b>WARNING: This cannot be undone.</b><br/><br/>"
"Project <b>\"{}\"</b> with all related data will be"
" permanently removed from the database (This actions won't remove"
" any files on disk)."
" permanently removed from the database. (This action won't remove"
" any files on disk.)"
).format(project_name))
top_layout = QtWidgets.QHBoxLayout(top_widget)