Author: jsuchome Date: Sun Mar 30 20:50:31 2008 New Revision: 45874
URL: http://svn.opensuse.org/viewcvs/yast?rev=45874&view=rev Log: - merged proofread texts - 2.16.6
Modified: trunk/fingerprint-reader/VERSION trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes 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=45... ============================================================================== --- trunk/fingerprint-reader/VERSION (original) +++ trunk/fingerprint-reader/VERSION Sun Mar 30 20:50:31 2008 @@ -1 +1 @@ -2.16.5 +2.16.6
Modified: trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/package/yast2-... ============================================================================== --- trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes (original) +++ trunk/fingerprint-reader/package/yast2-fingerprint-reader.changes Sun Mar 30 20:50:31 2008 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Mar 30 20:48:47 CEST 2008 - jsuchome@suse.cz + +- merged proofread texts +- 2.16.6 + +------------------------------------------------------------------- Wed Mar 26 10:43:47 CET 2008 - jsuchome@suse.cz
- use OK button label instead Accept (fate #120373)
Modified: trunk/fingerprint-reader/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/src/dialogs.yc... ============================================================================== --- trunk/fingerprint-reader/src/dialogs.ycp (original) +++ trunk/fingerprint-reader/src/dialogs.ycp Sun Mar 30 20:50:31 2008 @@ -79,11 +79,12 @@ boolean use_pam = FingerprintReader::use_pam; // help text string help_text = _("<p> -<b><big>Fingerprint Authentication</big></b><br> -The Fingerprint Reader Configuration updates your PAM settings to enable authentication with fingerprints.</p>") + +<b>Fingerprint Authentication</b><br> +The fingerprint reader configuration updates your PAM settings to enable authentication with fingerprints.</p> +") +
// help text, cont. - _("<p>To <b>import fingerprint files</b> from different installations, choose the directory where the files are located.</p>"); + _("<p>To <b>Import Fingerprint Files</b> from different installations, choose the directory where the files are located.</p>");
term con = `HBox (`HSpacing (3), `VBox ( // frame label
Modified: trunk/fingerprint-reader/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/src/helps.ycp?... ============================================================================== --- trunk/fingerprint-reader/src/helps.ycp (original) +++ trunk/fingerprint-reader/src/helps.ycp Sun Mar 30 20:50:31 2008 @@ -37,7 +37,7 @@ map HELPS = $[
/* Read dialog help 1/2 */ - "read" : _("<p><b><big>Initializing Fingerprint Reader Configuration</big></b><br> + "read" : _("<p><b>Initializing Fingerprint Reader Configuration</b><br> Please wait...<br></p> ") +
@@ -47,9 +47,8 @@ "),
/* Write dialog help 1/2 */ - "write" : _("<p><b><big>Saving Fingerprint Reader Configuration</big></b><br> -Please wait...<br></p> -") + + "write" : _("<p><b>Saving Fingerprint Reader Configuration</b><br> +Please wait...<br></p>\n") +
/* Write dialog help 2/2 */ _("<p><b><big>Aborting Saving:</big></b><br>
yast-commit@lists.opensuse.org