diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 4dc40431f..612280760 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -2725,7 +2725,8 @@ msgstr "" msgid "File saved" msgstr "" -msgid "File autosaved" +#. A notification label that appears when the backup of the currently opened project gets saved. +msgid "Backup saved" msgstr "" msgid "File failed to open. Error code %s" diff --git a/src/Autoload/OpenSave.gd b/src/Autoload/OpenSave.gd index 78c67ac60..85a67350f 100644 --- a/src/Autoload/OpenSave.gd +++ b/src/Autoload/OpenSave.gd @@ -496,7 +496,7 @@ func save_pxo_file( DirAccess.remove_absolute(path) if autosave: - Global.notification_label("File autosaved") + Global.notification_label("Backup saved") else: # First remove backup then set current save path if project.has_changed: