Skip to content

Commit

Permalink
fix: move confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain committed Mar 13, 2024
1 parent d4add45 commit 3dc89ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefly/modules/scheduler/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def dropEvent(self, evt):
ret = QMessageBox.question(
self,
"Move event",
f"Do you really want to move {self.cursor_event}?"
f"Do you really want to move {event}?"
f"\n\nFrom: {format_time(event['start'])}"
f"\nTo: {format_time(drop_ts)}",
QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No,
Expand Down

0 comments on commit 3dc89ed

Please sign in to comment.