Skip to content

Commit

Permalink
Update Document.vala
Browse files Browse the repository at this point in the history
Changed the details reflected to the user as described in #677
  • Loading branch information
2hexed authored Jan 9, 2025
1 parent dc70732 commit af959b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Document.vala
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ namespace Scratch.Services {
if (mounted == false) {
details = _("The location containing the file “%s” was unmounted and there are unsaved changes.");
} else {
details = _("File “%s” was deleted and there are unsaved changes.");
details = _("File “%s” was deleted, renamed or moved and there are unsaved changes.");
}

ask_save_location (details.printf ("<b>%s</b>".printf (get_basename ())));
Expand Down

0 comments on commit af959b8

Please sign in to comment.