Skip to content

Commit a538ed3

Browse files
authored
Update Document.vala (#1505)
Changed the details reflected to the user as described in #677
1 parent dc70732 commit a538ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Document.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ namespace Scratch.Services {
873873
if (mounted == false) {
874874
details = _("The location containing the file “%s” was unmounted and there are unsaved changes.");
875875
} else {
876-
details = _("File “%s” was deleted and there are unsaved changes.");
876+
details = _("File “%s” was deleted, renamed or moved and there are unsaved changes.");
877877
}
878878

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

0 commit comments

Comments
 (0)