mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Make tool-tips more generic on T/R period
This commit is contained in:
parent
d2525c73a3
commit
09dc647c12
@ -2156,7 +2156,7 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="sbTxPercent">
|
||||
<property name="toolTip">
|
||||
<string>Percentage of 2-minute sequences devoted to transmitting.</string>
|
||||
<string>Percentage of minute sequences devoted to transmitting.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
@ -2376,7 +2376,7 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pbTxNext">
|
||||
<property name="toolTip">
|
||||
<string>Transmit during the next 2-minute sequence.</string>
|
||||
<string><html><head/><body><p>Transmit during the next sequence.</p></body></html></string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QPushButton:checked {
|
||||
|
Loading…
Reference in New Issue
Block a user