Преглед изворни кода

Fix awkward phrasing in backup dialog

Jean-Philippe Ouellet пре 7 година
родитељ
комит
f628b7ca19
2 измењених фајлова са 2 додато и 2 уклоњено
  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>