diff --git a/src/Services/Document.vala b/src/Services/Document.vala index 2505959e1..20fae404a 100644 --- a/src/Services/Document.vala +++ b/src/Services/Document.vala @@ -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 ("%s".printf (get_basename ())));