From af959b81ab23f56c72c9ed599a5069e42ab0b1b1 Mon Sep 17 00:00:00 2001 From: nick <2hexed@protonmail.com> Date: Thu, 9 Jan 2025 16:36:23 +0530 Subject: [PATCH] Update Document.vala Changed the details reflected to the user as described in #677 --- src/Services/Document.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Document.vala b/src/Services/Document.vala index 2505959e16..20fae404a5 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 ())));