Fix awkward phrasing in backup dialog

This commit is contained in:
Jean-Philippe Ouellet 2016-12-14 17:36:09 -05:00
parent d2d29c6865
commit f628b7ca19
No known key found for this signature in database
GPG Key ID: E7E455013D042EA1
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QCheckBox" name="showFileDialog">
<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>
</widget>
</item>

View File

@ -255,7 +255,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QCheckBox" name="showFileDialog">
<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>
</widget>
</item>