[yast-commit] r67764 - in /trunk/fingerprint-reader: VERSION package/yast2-fingerprint-reader.changes src/UsersPluginFingerprintReader.pm src/dialogs.ycp src/helps.ycp
Author: jsuchome Date: Thu Mar 29 14:40:39 2012 New Revision: 67764 URL: http://svn.opensuse.org/viewcvs/yast?rev=67764&view=rev Log: - merged proofread texts - 2.22.2 Modified: trunk/fingerprint-reader/VERSION trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm trunk/fingerprint-reader/src/dialogs.ycp trunk/fingerprint-reader/src/helps.ycp Modified: trunk/fingerprint-reader/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/VERSION?rev=67764&r1=67763&r2=67764&view=diff ============================================================================== --- trunk/fingerprint-reader/VERSION (original) +++ trunk/fingerprint-reader/VERSION Thu Mar 29 14:40:39 2012 @@ -1 +1 @@ -2.22.1 +2.22.2 Modified: trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes?rev=67764&r1=67763&r2=67764&view=diff ============================================================================== --- trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes (original) +++ trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes Thu Mar 29 14:40:39 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Mar 29 14:40:12 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts +- 2.22.2 + +------------------------------------------------------------------- Tue Mar 20 12:32:03 CET 2012 - aschnell@suse.de - fixed for gcc 4.7 Modified: trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm?rev=67764&r1=67763&r2=67764&view=diff ============================================================================== --- trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm (original) +++ trunk/fingerprint-reader/src/UsersPluginFingerprintReader.pm Thu Mar 29 14:40:39 2012 @@ -250,7 +250,7 @@ if (!fingerprint_reader_configured ()) { # error popup - $error = __("Fingerprint reader is not configured. Run 'yast2-fingerprint-reader' to configure it"); + $error = __("Fingerprint reader is not configured. Run 'yast2-fingerprint-reader' to configure it."); return undef; } return $data; @@ -280,7 +280,7 @@ if (!fingerprint_reader_configured ()) { # error popup - $error = __("Fingerprint reader is not configured. Run 'yast2-fingerprint-reader' to configure it"); + $error = __("Fingerprint reader is not configured. Run 'yast2-fingerprint-reader' to configure it."); return undef; } return $data; Modified: trunk/fingerprint-reader/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/src/dialogs.ycp?rev=67764&r1=67763&r2=67764&view=diff ============================================================================== --- trunk/fingerprint-reader/src/dialogs.ycp (original) +++ trunk/fingerprint-reader/src/dialogs.ycp Thu Mar 29 14:40:39 2012 @@ -106,7 +106,7 @@ `VSpacing (), `Left ( // button label - `CheckBox (`id (`users), _("&Start User Management after finish")) + `CheckBox (`id (`users), _("&Start User Management after Finish")) ) ), `HSpacing(3)); Modified: trunk/fingerprint-reader/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/src/helps.ycp?rev=67764&r1=67763&r2=67764&view=diff ============================================================================== --- trunk/fingerprint-reader/src/helps.ycp (original) +++ trunk/fingerprint-reader/src/helps.ycp Thu Mar 29 14:40:39 2012 @@ -38,7 +38,7 @@ /* Read dialog help 1/2 */ "read" : _("<p><b>Initializing Fingerprint Reader Configuration</b><br> -Please wait...<br></p> +</p> ") + /* Read dialog help 2/2 */ @@ -48,7 +48,8 @@ /* Write dialog help 1/2 */ "write" : _("<p><b>Saving Fingerprint Reader Configuration</b><br> -Please wait...<br></p>\n") + +</p> +") + /* Write dialog help 2/2 */ _("<p><b><big>Aborting Saving:</big></b><br> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org