Skip to content

Commit 5b88fbc

Browse files
author
Tim Walsh
committed
GUI options syntax change
1 parent 0298d69 commit 5b88fbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

design.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def retranslateUi(self, MainWindow):
125125
self.filesonlyBtn.setText(_translate("MainWindow", "Make SIPs from logical files only (no disk images)", None))
126126
self.checkBox_3.setText(_translate("MainWindow", "Run bulk_extractor", None))
127127
self.label_5.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">File export options (Processing mode)</span></p></body></html>", None))
128-
self.exportAllBtn.setText(_translate("MainWindow", "Export all files with tsk_recover (not only allocated)", None))
129-
self.resforksBtn.setText(_translate("MainWindow", "Export AppleDouble resource forks from HFS-formatted disks", None))
128+
self.exportAllBtn.setText(_translate("MainWindow", "Include deleted/unallocated files (except HFS-formatted disks)", None))
129+
self.resforksBtn.setText(_translate("MainWindow", "Include AppleDouble resource forks (HFS-formatted disks)", None))
130130
self.label_7.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">Detailed output</span></p></body></html>", None))
131131
self.label_4.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">Status</span></p></body></html>", None))
132132
self.process.setText(_translate("MainWindow", "Process disk images", None))

design.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
<item>
123123
<widget class="QCheckBox" name="exportAllBtn">
124124
<property name="text">
125-
<string>Export all files with tsk_recover (not only allocated)</string>
125+
<string>Include deleted/unallocated files (except HFS-formatted disks)</string>
126126
</property>
127127
</widget>
128128
</item>
129129
<item>
130130
<widget class="QCheckBox" name="resforksBtn">
131131
<property name="text">
132-
<string>Export AppleDouble resource forks from HFS-formatted disks</string>
132+
<string>Include AppleDouble resource forks (HFS-formatted disks)</string>
133133
</property>
134134
</widget>
135135
</item>

0 commit comments

Comments
 (0)