Tweak labels Tx=Rx, Rx=Tx to Tx<Rx, Rx<Tx.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3782 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-02-20 13:56:46 +00:00
parent 3987269362
commit 9fe39ee2ba
1 changed files with 2 additions and 2 deletions

View File

@ -2153,7 +2153,7 @@ p, li { white-space: pre-wrap; }
<string>Set Tx frequency to Rx Frequency</string>
</property>
<property name="text">
<string>Tx=Rx</string>
<string>Tx&lt;Rx</string>
</property>
</widget>
</item>
@ -2175,7 +2175,7 @@ p, li { white-space: pre-wrap; }
<string>Set Rx frequency to Tx Frequency</string>
</property>
<property name="text">
<string>Rx=Tx</string>
<string>Rx&lt;Tx</string>
</property>
</widget>
</item>