Merge remote-tracking branch 'qubesos/pr/17'

* qubesos/pr/17:
  Fix awkward phrasing in backup dialog
This commit is contained in:
Marek Marczykowski-Górecki 2016-12-18 17:42:45 +01:00
commit 67bd64018d
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
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>