Skip to content

Commit

Permalink
Change warning bonding message.
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed May 16, 2016
1 parent fe73630 commit cd4ee3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/network/lan/address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ def ValidateBond(_key, _event)

Popup.YesNoHeadline(
Label.WarningMsg,
_("The interfaces selected for bonding map to same physical port and " \
"bonding them \nmay not have the desire result.\n\n%s\n" \
_("The interfaces selected share the same physical port and bonding " \
"them \nmay not have the desired effect of redundancy.\n\n%s\n" \
"Really continue?\n") % message
)
end
Expand Down

0 comments on commit cd4ee3d

Please sign in to comment.