Browse Source

Fix awkward phrasing in backup dialog

Jean-Philippe Ouellet 7 years ago
parent
commit
f628b7ca19
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backupdlg.ui
  2. 1 1
      restoredlg.ui

+ 1 - 1
backupdlg.ui

@@ -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>

+ 1 - 1
restoredlg.ui

@@ -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>