Browse Source

Merge pull request #13636 from FranciscoPombal/clarify_protocol

Clarify protocol choice label
adaptive-webui-19844
Mike Tzou 4 years ago committed by GitHub
parent
commit
9ca415c665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/gui/optionsdialog.ui
  2. 2
      src/webui/www/private/views/preferences.html

2
src/gui/optionsdialog.ui

@ -1356,7 +1356,7 @@ Manual: Various torrent properties (e.g. save path) must be assigned manually</s @@ -1356,7 +1356,7 @@ Manual: Various torrent properties (e.g. save path) must be assigned manually</s
<item>
<widget class="QLabel" name="label_24">
<property name="text">
<string>Enabled protocol:</string>
<string>Peer connection protocol:</string>
</property>
</widget>
</item>

2
src/webui/www/private/views/preferences.html

@ -230,7 +230,7 @@ @@ -230,7 +230,7 @@
<div id="ConnectionTab" class="PrefTab invisible">
<div class="formRow">
<label>QBT_TR(Enabled protocol:)QBT_TR[CONTEXT=OptionsDialog]</label>
<label>QBT_TR(Peer connection protocol:)QBT_TR[CONTEXT=OptionsDialog]</label>
<select id="enable_protocol_combobox">
<option value="0" selected>QBT_TR(TCP and μTP)QBT_TR[CONTEXT=OptionsDialog]</option>
<option value="1">TCP</option>

Loading…
Cancel
Save