Skip to content

Commit

Permalink
Updated naming according convention.
Browse files Browse the repository at this point in the history
Alias name --> IPv4 Address Label. Alias name is obsolete since kernel
2.0.0 together with ifconfig.
  • Loading branch information
mchf committed Apr 17, 2014
1 parent 2680cb9 commit 65a3cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/include/network/lan/address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def initialize_network_lan_address(include_target)
Opt(:notify),
Header(
# Table header label
_("Alias Name"),
_("IPv4 Address Label"),
# Table header label
_("IP Address"),
# Table header label
Expand Down
2 changes: 1 addition & 1 deletion src/include/network/lan/virtual.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def VirtualEditDialog(id, entry, forbidden)
HSpacing(1),
VBox(
# TextEntry label
TextEntry(Id(:name), _("Alias &Name"), Ops.get_string(entry, 1, "")),
TextEntry(Id(:name), _("IPv4 &Address Label"), Ops.get_string(entry, 1, "")),
# TextEntry label
TextEntry(
Id(:ipaddr),
Expand Down

0 comments on commit 65a3cf9

Please sign in to comment.