Fix awkward phrasing in backup dialog
This commit is contained in:
parent
d2d29c6865
commit
f628b7ca19
@ -328,7 +328,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showFileDialog">
|
<widget class="QCheckBox" name="showFileDialog">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>When finished, open file selection dialog to allow me unmount the disk</string>
|
<string>When finished, open file selection dialog to allow me to unmount the disk</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -255,7 +255,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="showFileDialog">
|
<widget class="QCheckBox" name="showFileDialog">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>When finished, open file selection dialog to allow me unmount the disk</string>
|
<string>When finished, open file selection dialog to allow me to unmount the disk</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user