Change description of temperature option in settings dialog
[qcpufreq] / src / settings.ui
index 4a975f6..4172cb0 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>308</width>
-    <height>134</height>
+    <width>337</width>
+    <height>135</height>
    </rect>
   </property>
   <property name="windowTitle">
    <item row="0" column="0">
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
-      <widget class="QCheckBox" name="checkBox_oc">
+      <widget class="QCheckBox" name="checkBox_rotate">
        <property name="text">
-        <string>Enable overclocking</string>
+        <string>Enable auto-rotation</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QCheckBox" name="checkBox_rotate">
+      <widget class="QCheckBox" name="checkBox_confirmapply">
        <property name="text">
-        <string>Enable auto-rotation</string>
+        <string>Confirm frequency changes</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QCheckBox" name="checkBox_oc">
+       <property name="text">
+        <string>Enable overclocking</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="checkBox_temperature">
        <property name="text">
-        <string>Load bq27x00_battery module</string>
+        <string>More accurate temperature (bq27x00)</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QDialogButtonBox" name="buttonBox">
-       <property name="orientation">
-        <enum>Qt::Horizontal</enum>
-       </property>
        <property name="standardButtons">
         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
        </property>