Skip to content

Commit

Permalink
Fixed typo in bridge specific dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed May 30, 2013
1 parent aff1540 commit 752b6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lan/bridge.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ boolean ValidateBridge (string key, map event) {
if ((string)configurations[NetworkInterfaces::GetType(device), device, "IPADDR"]:"" != "0.0.0.0" && (string)configurations[NetworkInterfaces::GetType(device), device, "BOOTPROTO"]:"" != "none") {
if(!confirmed) {
valid = Popup::ContinueCancel(_("At least one selected device is already configured.
Adapt the configuration for bridge (IP addess 0.0.0.0/32)?
Adapt the configuration for bridge (IP address 0.0.0.0/32)?
"));
confirmed=true;
}
Expand Down

0 comments on commit 752b6d1

Please sign in to comment.