Skip to content

Commit

Permalink
Updated help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Nov 26, 2018
1 parent a7fdb60 commit 40b810f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/network/lan/help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ def initialize_network_lan_help(_include_target)
_(
"<p>For <b>Static Address Setup</b> enter the static IP address for your computer (for example: <tt>192.168.100.99</tt>) and\n" \
"the network mask (usually <tt>255.255.255.0</tt> or just length of prefix <tt>/24</tt>).Optionally, you can enter\n" \
"a fully qualified hostname for this IP address. The hostname will be written to <tt>/etc/hosts</tt>.</p>\n"
"a fully qualified hostname for this IP address. The hostname will be written to <tt>/etc/hosts</tt> as canonical name.</p>\n" \
"YaST2 will also create aliases from the canonical name automatically.\n"
) +
# Address dialog help 8/8
_(
Expand Down

0 comments on commit 40b810f

Please sign in to comment.