mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
cosmetic changes in label
This commit is contained in:
parent
857d22690d
commit
f306de1faa
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue