Browse Source

Change for W/R on config params to be Set/Get for consistancy with the rest of the GUI

QGC4.4
Michael Carpenter 12 years ago
parent
commit
bb90b29529
  1. 4
      src/ui/designer/QGCComboBox.ui
  2. 4
      src/ui/designer/QGCParamSlider.ui

4
src/ui/designer/QGCComboBox.ui

@ -177,7 +177,7 @@ @@ -177,7 +177,7 @@
<string>Read the current parameter value on the system</string>
</property>
<property name="text">
<string>R</string>
<string>Get</string>
</property>
</widget>
</item>
@ -209,7 +209,7 @@ @@ -209,7 +209,7 @@
<string>Transmit the current slider value to the system</string>
</property>
<property name="text">
<string>W</string>
<string>Set</string>
</property>
</widget>
</item>

4
src/ui/designer/QGCParamSlider.ui

@ -171,7 +171,7 @@ @@ -171,7 +171,7 @@
<string>Read the current parameter value on the system</string>
</property>
<property name="text">
<string>R</string>
<string>Get</string>
</property>
</widget>
</item>
@ -223,7 +223,7 @@ @@ -223,7 +223,7 @@
<string>Transmit the current slider value to the system</string>
</property>
<property name="text">
<string>W</string>
<string>Set</string>
</property>
</widget>
</item>

Loading…
Cancel
Save