Author: jsuchome Date: Thu Mar 29 14:39:54 2012 New Revision: 67763 URL: http://svn.opensuse.org/viewcvs/yast?rev=67763&view=rev Log: - merged proofread texts Modified: trunk/fcoe-client/package/yast2-fcoe-client.changes trunk/fcoe-client/src/FcoeClient.ycp trunk/fcoe-client/src/complex.ycp Modified: trunk/fcoe-client/package/yast2-fcoe-client.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/package/yast2-fcoe-client.changes?rev=67763&r1=67762&r2=67763&view=diff ============================================================================== --- trunk/fcoe-client/package/yast2-fcoe-client.changes (original) +++ trunk/fcoe-client/package/yast2-fcoe-client.changes Thu Mar 29 14:39:54 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 14:39:33 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + +------------------------------------------------------------------- Thu Jan 19 09:35:06 CET 2012 - gs@suse.de - Merge SP2 branch to trunk: use improved 'fipvlan' (bnc #728103), Modified: trunk/fcoe-client/src/FcoeClient.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/FcoeClient.ycp?rev=67763&r1=67762&r2=67763&view=diff ============================================================================== --- trunk/fcoe-client/src/FcoeClient.ycp (original) +++ trunk/fcoe-client/src/FcoeClient.ycp Thu Mar 29 14:39:54 2012 @@ -953,7 +953,7 @@ /* Progress stage 3/3 */ _("Detect network cards"), /* Progress stage 4/4 */ - _("Read /etc/fcoe/config" ) + _("Read /etc/fcoe/config") ], [ /* Progress step 1/3 */ _("Checking for installed packages..."), @@ -962,7 +962,7 @@ /* Progress step 3/3 */ _("Detecting network cards..."), /* Progress step 4/4 */ - _("Reading /etc/fcoe/config" ), + _("Reading /etc/fcoe/config"), /* Progress finished */ _("Finished") ], Modified: trunk/fcoe-client/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/complex.ycp?rev=67763&r1=67762&r2=67763&view=diff ============================================================================== --- trunk/fcoe-client/src/complex.ycp (original) +++ trunk/fcoe-client/src/complex.ycp Thu Mar 29 14:39:54 2012 @@ -483,7 +483,7 @@ } else { - Popup::Error( sformat( _("Removing of interface %1 failed"), card["fcoe_vlan"]:"") ); + Popup::Error( sformat( _("Removing of interface %1 failed."), card["fcoe_vlan"]:"") ); y2error( "Removing of interface %1 failed", card["fcoe_vlan"]:"" ); } } @@ -540,8 +540,8 @@ if ( fcoe_auto && !lldpad_auto ) { // text of an information (notify) popup - Popup::Notify( _( "Service 'fcoe' requires enabled service 'lldpad'. -Enabling start on boot of service 'lldpad'." ) ); + Popup::Notify( _("Service 'fcoe' requires enabled service 'lldpad'. +Enabling start on boot of service 'lldpad'.") ); lldpad_auto = true; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org