[yast-commit] r62402 - in /trunk/registration: VERSION package/yast2-registration.changes src/modules/Register.ycp
Author: mzugec Date: Wed Aug 18 15:20:24 2010 New Revision: 62402 URL: http://svn.opensuse.org/viewcvs/yast?rev=62402&view=rev Log: fixed typo (bnc#631743) Modified: trunk/registration/VERSION trunk/registration/package/yast2-registration.changes trunk/registration/src/modules/Register.ycp Modified: trunk/registration/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/registration/VERSION?rev=62402&r1=62401&r2=62402&view=diff ============================================================================== --- trunk/registration/VERSION (original) +++ trunk/registration/VERSION Wed Aug 18 15:20:24 2010 @@ -1 +1 @@ -2.19.4 +2.19.5 Modified: trunk/registration/package/yast2-registration.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/registration/package/yast2-registration.changes?rev=62402&r1=62401&r2=62402&view=diff ============================================================================== --- trunk/registration/package/yast2-registration.changes (original) +++ trunk/registration/package/yast2-registration.changes Wed Aug 18 15:20:24 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Aug 18 15:19:55 CEST 2010 - mzugec@suse.cz + +- fixed typo (bnc#631743) +- 2.19.5 + +------------------------------------------------------------------- Thu Jul 15 16:09:26 CEST 2010 - jdsn@suse.de - fix for the SMT server configuration via WebYaST (bnc#621914) Modified: trunk/registration/src/modules/Register.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/registration/src/modules/Register.ycp?rev=62402&r1=62401&r2=62402&view=diff ============================================================================== --- trunk/registration/src/modules/Register.ycp (original) +++ trunk/registration/src/modules/Register.ycp Wed Aug 18 15:20:24 2010 @@ -487,7 +487,7 @@ if (ay) return `silentskip; // translators: this is a heading for an error message - so no punctuation - string fileCopyError = _("Could find SMT certificate file in local path"); + string fileCopyError = _("Could not find SMT certificate file in local path"); symbol errret = certificateError( fileCopyError, `file); if ( errret == `yes ) { -- 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