Skip to content

Commit

Permalink
Namecoin: Make DNS dialog text only recommend 1 host per NS record
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Dec 12, 2019
1 parent e7ae37e commit 87d745c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electrum_nmc/electrum/gui/qt/forms/dnsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@
<item>
<widget class="QLabel" name="labelNSDesc">
<property name="text">
<string>List of master nameservers of the configured domain. Note that this delegates all IP related responsibility of this domain and its sub-domains to the master server, effectively bypassing other settings (e.g. A records). Multiple servers must be comma separated and absolute domains must end in a dot (.). IP addresses are not allowed.</string>
<!-- TODO: Reconcile this text with Namecoin Core, which recommends listing multiple nameservers at once. -->
<string>Master nameserver of the configured domain. Note that this delegates all IP related responsibility of this domain and its sub-domains to the master server, effectively bypassing other settings (e.g. A records). Absolute domains must end in a dot (.). IP addresses are not allowed.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down

0 comments on commit 87d745c

Please sign in to comment.