Author: gs Date: Thu Dec 1 14:19:38 2011 New Revision: 66974
URL: http://svn.opensuse.org/viewcvs/yast?rev=66974&view=rev Log: error popup: added more information about failure
Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-c... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp Thu Dec 1 14:19:38 2011 @@ -85,7 +85,9 @@ y2milestone( "Output: %1", output ); if ( output["exit"]:255 != 0 ) { - Popup::Error( sformat( _("Command %1 failed"), command ) ); + // text of an error popup + Popup::Error( sformat( _("Cannot remove the FCoE interface. +Command %1 failed."), command ) ); } } ); FcoeClient::ResetRevertCommands(); // important during installation
yast-commit@lists.opensuse.org