Skip to content

Commit

Permalink
Make tooltips more uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsi committed Jun 16, 2024
1 parent 322296f commit ea04742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/channelrx/demodfreedv/freedvdemodgui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
</font>
</property>
<property name="toolTip">
<string>Channel power</string>
<string>Level meter (dB) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/filesource/filesourcegui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
<item>
<widget class="ButtonSwitch" name="playLoop">
<property name="toolTip">
<string>Play in a loop</string>
<string>Play file in a loop</string>
</property>
<property name="text">
<string/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/fileinput/fileinputgui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<item>
<widget class="ButtonSwitch" name="playLoop">
<property name="toolTip">
<string>Play in a loop</string>
<string>Play file in a loop</string>
</property>
<property name="text">
<string/>
Expand Down
2 changes: 1 addition & 1 deletion sdrgui/gui/audiodialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</size>
</property>
<property name="toolTip">
<string>Decimation</string>
<string>Decimation factor</string>
</property>
<item>
<property name="text">
Expand Down

0 comments on commit ea04742

Please sign in to comment.