Skip to content

Commit

Permalink
Some slaves grown up to Slaves. Now are free too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Jan 26, 2022
1 parent d4c9d01 commit b43338a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/clients/lan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def main
},
"slaves" => {
# Commandline option help
"help" => _("Bond Slaves"),
"help" => _("Bond Ports"),
"type" => "string"
},
"ethdevice" => {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/dialogs/edit_interface.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def contents
when "br"
[Widgets::GeneralTab.new(@settings), addr_tab, Widgets::BridgePorts.new(@settings)]
when "bond"
[Widgets::GeneralTab.new(@settings), addr_tab, Widgets::BondSlavesTab.new(@settings)]
[Widgets::GeneralTab.new(@settings), addr_tab, Widgets::BondPortsTab.new(@settings)]
when "wlan"
wireless = Widgets::WirelessTab.new(@settings)
wireless.initial = true
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/widgets/bond_port.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def initialize(settings)

def contents
Frame(
_("Bond Slaves and Order"),
_("Bond Ports and Order"),
VBox(
MultiSelectionBox(Id(:bond_ports_items), Opt(:notify), "", []),
HBox(
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/widgets/bond_ports_tab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

module Y2Network
module Widgets
class BondSlavesTab < CWM::Tab
class BondPortsTab < CWM::Tab
def initialize(settings)
textdomain "network"

Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/widgets/boot_protocol.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def contents
RadioButton(
Id(:bootproto_none),
Opt(:notify),
_("No Link and IP Setup (Bonding Slaves)")
_("No Link and IP Setup (Bond Ports)")
),
HSpacing(1),
ReplacePoint(
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/widgets/bridge_ports_tab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

module Y2Network
module Widgets
class BridgeSlavesTab < CWM::Tab
class BridgePortsTab < CWM::Tab
def initialize(settings)
textdomain "network"

Expand Down

0 comments on commit b43338a

Please sign in to comment.