[yast-commit] r64862 - in /trunk/autoinstallation: package/autoyast2.changes src/include/conftree.ycp
![](https://seccdn.libravatar.org/avatar/9abae5a44b468ff0f519a06b897147dc.jpg?s=120&d=mm&r=g)
Author: jsrain Date: Mon Jul 18 08:37:03 2011 New Revision: 64862 URL: http://svn.opensuse.org/viewcvs/yast?rev=64862&view=rev Log: - fixed typo (bnc#702662) Modified: trunk/autoinstallation/package/autoyast2.changes trunk/autoinstallation/src/include/conftree.ycp Modified: trunk/autoinstallation/package/autoyast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast... ============================================================================== --- trunk/autoinstallation/package/autoyast2.changes (original) +++ trunk/autoinstallation/package/autoyast2.changes Mon Jul 18 08:37:03 2011 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Jul 18 08:36:53 CEST 2011 - jsrain@suse.cz + +- fixed typo (bnc#702662) + +------------------------------------------------------------------- Thu Jul 14 13:19:40 CEST 2011 - ug@suse.de - New profile flag networking/setup_before_proposal enables setting Modified: trunk/autoinstallation/src/include/conftree.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/conf... ============================================================================== --- trunk/autoinstallation/src/include/conftree.ycp (original) +++ trunk/autoinstallation/src/include/conftree.ycp Mon Jul 18 08:37:03 2011 @@ -43,7 +43,7 @@ } else { - Popup::Warning(_("An error occured while saving the file.")); + Popup::Warning(_("An error occurred while saving the file.")); } } return `next; @@ -564,7 +564,7 @@ menus(); } else { /* opening/parsing the xml file failed */ - Popup::Error(_("An error occured while opening/parsing the XML file.")); + Popup::Error(_("An error occurred while opening/parsing the XML file.")); Profile::Reset(); } @@ -633,7 +633,7 @@ } else { - Popup::Warning(_("An error occured while saving the file.")); + Popup::Warning(_("An error occurred while saving the file.")); } ret = `menu_save; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn2.opensuse.org