diff options
| author | dam <dam@gudinoff> | 2022-04-04 10:02:13 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-04 10:02:13 +0000 |
| commit | f40df1987a35adbc234a1b04b018d92d420b1e92 (patch) | |
| tree | fbe2ef81b7aaf16a4a75259a9e09d2361de066ba /logic/stage.gd | |
| parent | 2599637e95cf5702711ac60d74dd6259c549796f (diff) | |
| download | surgery-log-f40df1987a35adbc234a1b04b018d92d420b1e92.tar.zst surgery-log-f40df1987a35adbc234a1b04b018d92d420b1e92.zip | |
Replaced icons and simplified dialog button labels.
Diffstat (limited to 'logic/stage.gd')
| -rw-r--r-- | logic/stage.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/stage.gd b/logic/stage.gd index 2101ad9..104e888 100644 --- a/logic/stage.gd +++ b/logic/stage.gd @@ -112,7 +112,7 @@ func save_action(): func discard_action(): if get_stage().hash() != staged_entry_hash: - dialog.setup("Changes made to this entry will be discarded.", "Yes, discard", "No") + dialog.setup("Changes made to this entry will be discarded.", "Discard", "No") dialog.connect("accepted", self, "discard_action_confirmed") popup.open_popup("Discard changes?", dialog) else: |
