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 2bd4d69 commit 781cf45Copy full SHA for 781cf45
AppleScript (Binary).py
@@ -74,7 +74,7 @@ def decode_script(self, edit, view):
74
view.set_encoding('UTF-8')
75
view.replace(edit, Region(0, view.size()), str(full_text.decode('utf-8')))
76
view.end_edit(edit)
77
- view.set_status('is_binary', 'Saving As Binary Property List')
+ view.set_status('is_binary', 'Decompiled File')
78
view.set_scratch(True)
79
80
def encode_script(self, view):
0 commit comments