mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
Fix some settings tool tip typos
Thanks to Sebastian W4AS for reporting these. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5129 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
abed16ed0d
commit
7bd2de5ff3
@ -540,7 +540,7 @@ quiet period when decoding is done.</string>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="CAT_data_bits_group_box">
|
||||
<property name="toolTip">
|
||||
<string>Number of data bits used to communicate with your radios CAT interface (nealy always 8).</string>
|
||||
<string><html><head/><body><p>Number of data bits used to communicate with your radio's CAT interface (usually eight).</p></body></html></string>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Data Bits</string>
|
||||
@ -575,8 +575,7 @@ quiet period when decoding is done.</string>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="CAT_stop_bits_group_box">
|
||||
<property name="toolTip">
|
||||
<string>Number of stop bits used when communicating with your radios CAT interface
|
||||
(consult you radio manual for details).</string>
|
||||
<string><html><head/><body><p>Number of stop bits used when communicating with your radio's CAT interface</p><p>(consult you radio's manual for details).</p></body></html></string>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Stop Bits</string>
|
||||
@ -611,7 +610,7 @@ quiet period when decoding is done.</string>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="CAT_handshake_group_box">
|
||||
<property name="toolTip">
|
||||
<string>Flow control protocol used between this computer and your radios CAT interface (usually "None" but some require "Hardware").</string>
|
||||
<string><html><head/><body><p>Flow control protocol used between this computer and your radio's CAT interface (usually &quot;None&quot; but some require &quot;Hardware&quot;).</p></body></html></string>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Handshake</string>
|
||||
@ -739,8 +738,7 @@ selected above.</string>
|
||||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="PTT_VOX_radio_button">
|
||||
<property name="toolTip">
|
||||
<string>No PTT activation, instead the radios automatic VOX is used to key the transmitter.
|
||||
Use this if you have no radio interface hardware.</string>
|
||||
<string><html><head/><body><p>No PTT activation, instead the radio's automatic VOX is used to key the transmitter.</p><p>Use this if you have no radio interface hardware.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>VO&X</string>
|
||||
@ -753,11 +751,7 @@ Use this if you have no radio interface hardware.</string>
|
||||
<item row="0" column="1">
|
||||
<widget class="QRadioButton" name="PTT_DTR_radio_button">
|
||||
<property name="toolTip">
|
||||
<string>Use the RS-232 DTR control line to toggle your radios PTT,
|
||||
requires hardware to inteface the line.
|
||||
Some commercial interface units also use this method.
|
||||
The DTR control line of the CAT serial port may be used for this or
|
||||
a DTR control line on a different serial port may be used.</string>
|
||||
<string><html><head/><body><p>Use the RS-232 DTR control line to toggle your radio's PTT,</p><p>requires hardware to inteface the line.</p><p>Some commercial interface units also use this method.</p><p>The DTR control line of the CAT serial port may be used for this or</p><p>a DTR control line on a different serial port may be used.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&DTR</string>
|
||||
@ -788,13 +782,7 @@ other hardware interface for PTT.</string>
|
||||
<item row="1" column="1">
|
||||
<widget class="QRadioButton" name="PTT_RTS_radio_button">
|
||||
<property name="toolTip">
|
||||
<string>Use the RS-232 RTS control line to toggle your radios PTT,
|
||||
requires hardware to inteface the line.
|
||||
Some commercial interface units also use this method.
|
||||
The RTS control line of the CAT serial port may be used for this or
|
||||
a RTS control line on a different serial port may be used.
|
||||
Note that this options is not available on the CAT serial port
|
||||
when hardware flow control is used.</string>
|
||||
<string><html><head/><body><p>Use the RS-232 RTS control line to toggle your radio's PTT,</p><p>requires hardware to inteface the line.</p><p>Some commercial interface units also use this method.</p><p>The RTS control line of the CAT serial port may be used for this or</p><p>a RTS control line on a different serial port may be used.</p><p>Note that this options is not available on the CAT serial port</p><p>when hardware flow control is used.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>R&TS</string>
|
||||
@ -828,13 +816,7 @@ when hardware flow control is used.</string>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Select the RS-232 serial port utilised for PTT control,
|
||||
this option is available when DTR or RTS is selected above
|
||||
as a transmit method.
|
||||
This port can be the same one as the one used for CAT control.
|
||||
For some interface types the special value CAT may be choosen,
|
||||
this is used for non-serial CAT interfaces that can control
|
||||
serial port control lines remotely (OmniRig for example).</string>
|
||||
<string><html><head/><body><p>Select the RS-232 serial port utilised for PTT control,</p><p>this option is available when DTR or RTS is selected above</p><p>as a transmit method.</p><p>This port can be the same one as the one used for CAT control.</p><p>For some interface types the special value CAT may be chosen,</p><p>this is used for non-serial CAT interfaces that can control</p><p>serial port control lines remotely (OmniRig for example).</p></body></html></string>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
@ -867,9 +849,7 @@ serial port control lines remotely (OmniRig for example).</string>
|
||||
<item row="0" column="1">
|
||||
<widget class="QRadioButton" name="mode_USB_radio_button">
|
||||
<property name="toolTip">
|
||||
<string>USB is the usually the correct modulation mode,
|
||||
unless the radio has a special data or packet mode setting
|
||||
for AFSK operation.</string>
|
||||
<string><html><head/><body><p>USB is usually the correct modulation mode,</p><p>unless the radio has a special data or packet mode setting</p><p>for AFSK operation.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>US&B</string>
|
||||
@ -2131,12 +2111,12 @@ soundcard changes</string>
|
||||
</connection>
|
||||
</connections>
|
||||
<buttongroups>
|
||||
<buttongroup name="TX_audio_source_button_group"/>
|
||||
<buttongroup name="TX_mode_button_group"/>
|
||||
<buttongroup name="CAT_stop_bits_button_group"/>
|
||||
<buttongroup name="PTT_method_button_group"/>
|
||||
<buttongroup name="CAT_handshake_button_group"/>
|
||||
<buttongroup name="CAT_stop_bits_button_group"/>
|
||||
<buttongroup name="CAT_data_bits_button_group"/>
|
||||
<buttongroup name="split_mode_button_group"/>
|
||||
<buttongroup name="CAT_handshake_button_group"/>
|
||||
<buttongroup name="TX_audio_source_button_group"/>
|
||||
</buttongroups>
|
||||
</ui>
|
||||
|
Loading…
Reference in New Issue
Block a user