[yast-commit] r63907 - /trunk/fcoe-client/src/dialogs.ycp
Author: gs Date: Thu May 5 14:32:43 2011 New Revision: 63907 URL: http://svn.opensuse.org/viewcvs/yast?rev=63907&view=rev Log: labels changed Modified: trunk/fcoe-client/src/dialogs.ycp Modified: trunk/fcoe-client/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/dialogs.ycp?rev=6... ============================================================================== --- trunk/fcoe-client/src/dialogs.ycp (original) +++ trunk/fcoe-client/src/dialogs.ycp Thu May 5 14:32:43 2011 @@ -58,7 +58,7 @@ `HStretch(), `HSpacing (1), `VBox( - `ComboBox( `id(`fcoe), _("FCoE Enabled"), + `ComboBox( `id(`fcoe), _("FCoE Enable"), [`item(`id("yes"), "yes" ), `item(`id("no"), "no", true ) ] ), @@ -103,12 +103,12 @@ return `MarginBox( mbox_x, mbox_y, `VBox( `Table(`id(`interfaces), `opt(`notify, `immediate ), - `header(_("Device Name"), _("Model"), _("VLAN Interface"), _("DCB capable"), - _("FCoE Enabled"), _("DCB Required")), + `header(_("Device Name"), _("Model"), _("FCoE VLAN Interface"), _("DCB capable"), + _("FCoE Enable"), _("DCB Required")), [] ), `Left(`HBox( `PushButton(`id(`edit), _("Change &Settings") ), - `PushButton(`id(`create), _("Create &VLAN Interface")) ) + `PushButton(`id(`create), _("Create FCoE &VLAN Interface")) ) ) ) ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org