Skip to content

Commit f37b314

Browse files
committed
Update confirmation message for album deletion to emphasize irreversibility
1 parent fd46239 commit f37b314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/albums_tab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def delete_album(self):
278278
# Confirm deletion
279279
reply = QMessageBox.question(
280280
self, "Confirm Delete",
281-
"This will delete all media in the album. Continue?",
281+
"This action is irreversible. Continue?",
282282
QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No
283283
)
284284

0 commit comments

Comments
 (0)