We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc70732 commit a538ed3Copy full SHA for a538ed3
src/Services/Document.vala
@@ -873,7 +873,7 @@ namespace Scratch.Services {
873
if (mounted == false) {
874
details = _("The location containing the file “%s” was unmounted and there are unsaved changes.");
875
} else {
876
- details = _("File “%s” was deleted and there are unsaved changes.");
+ details = _("File “%s” was deleted, renamed or moved and there are unsaved changes.");
877
}
878
879
ask_save_location (details.printf ("<b>%s</b>".printf (get_basename ())));
0 commit comments