Browse Source

Minor fix: typo and two warnings

adaptive-webui-19844
ngosang 8 years ago
parent
commit
363e19be7f
  1. 6
      src/gui/options.ui

6
src/gui/options.ui

@ -809,7 +809,7 @@
<item> <item>
<widget class="QComboBox" name="comboSavingMode"> <widget class="QComboBox" name="comboSavingMode">
<property name="toolTip"> <property name="toolTip">
<string>Automatic mode means that various torrent properties(eg save path) will be decided by the associated category</string> <string>Automatic mode means that various torrent properties (e.g. save path) will be decided by the associated category</string>
</property> </property>
<item> <item>
<property name="text"> <property name="text">
@ -1023,7 +1023,7 @@
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_11"> <layout class="QHBoxLayout" name="horizontalLayout_111">
<item> <item>
<widget class="QLineEdit" name="textTempPath"/> <widget class="QLineEdit" name="textTempPath"/>
</item> </item>
@ -1234,7 +1234,7 @@
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_17"> <layout class="QVBoxLayout" name="verticalLayout_171">
<item> <item>
<layout class="QGridLayout" name="gridLayout_9"> <layout class="QGridLayout" name="gridLayout_9">
<item row="0" column="1"> <item row="0" column="1">

Loading…
Cancel
Save