mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-14 23:35:17 +00:00
Rename "File autosaved" to "Backup saved"
This commit is contained in:
parent
a4973acc68
commit
5856316852
2 changed files with 3 additions and 2 deletions
|
@ -2725,7 +2725,8 @@ msgstr ""
|
||||||
msgid "File saved"
|
msgid "File saved"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "File autosaved"
|
#. A notification label that appears when the backup of the currently opened project gets saved.
|
||||||
|
msgid "Backup saved"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "File failed to open. Error code %s"
|
msgid "File failed to open. Error code %s"
|
||||||
|
|
|
@ -496,7 +496,7 @@ func save_pxo_file(
|
||||||
DirAccess.remove_absolute(path)
|
DirAccess.remove_absolute(path)
|
||||||
|
|
||||||
if autosave:
|
if autosave:
|
||||||
Global.notification_label("File autosaved")
|
Global.notification_label("Backup saved")
|
||||||
else:
|
else:
|
||||||
# First remove backup then set current save path
|
# First remove backup then set current save path
|
||||||
if project.has_changed:
|
if project.has_changed:
|
||||||
|
|
Loading…
Add table
Reference in a new issue