[yast-commit] r62398 - in /trunk/s390: VERSION package/yast2-s390.changes src/modules/Dump.ycp
Author: mzugec Date: Wed Aug 18 15:15:33 2010 New Revision: 62398 URL: http://svn.opensuse.org/viewcvs/yast?rev=62398&view=rev Log: fixed typo (bnc#631743) Modified: trunk/s390/VERSION trunk/s390/package/yast2-s390.changes trunk/s390/src/modules/Dump.ycp Modified: trunk/s390/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/VERSION?rev=62398&r1=62397&r2=62398&view=diff ============================================================================== --- trunk/s390/VERSION (original) +++ trunk/s390/VERSION Wed Aug 18 15:15:33 2010 @@ -1 +1 @@ -2.19.3 +2.19.4 Modified: trunk/s390/package/yast2-s390.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/package/yast2-s390.changes?rev=62398&r1=62397&r2=62398&view=diff ============================================================================== --- trunk/s390/package/yast2-s390.changes (original) +++ trunk/s390/package/yast2-s390.changes Wed Aug 18 15:15:33 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Aug 18 15:14:52 CEST 2010 - mzugec@suse.cz + +- fixed typo (bnc#631743) +- 2.19.4 + +------------------------------------------------------------------- Tue Feb 2 16:28:53 CET 2010 - mzugec@suse.cz - DASD: support for additional dasd_configure ret codes (bnc#561876) Modified: trunk/s390/src/modules/Dump.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/modules/Dump.ycp?rev=62398&r1=62397&r2=62398&view=diff ============================================================================== --- trunk/s390/src/modules/Dump.ycp (original) +++ trunk/s390/src/modules/Dump.ycp Wed Aug 18 15:15:33 2010 @@ -126,7 +126,7 @@ err = _("Support program not installed."); else if (ret == 11) // error description - err = _("Invalid or unuseable disk (fatal)."); + err = _("Invalid or unusable disk (fatal)."); else if (ret == 12) // error description err = _("Minor error, can be corrected with -f."); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn.opensuse.org