[yast-commit] r67815 - in /trunk/sshd: package/yast2-sshd.changes src/dialogs.ycp src/helps.ycp
Author: jsuchome Date: Thu Mar 29 16:05:31 2012 New Revision: 67815 URL: http://svn.opensuse.org/viewcvs/yast?rev=67815&view=rev Log: - merge proofread texts Modified: trunk/sshd/package/yast2-sshd.changes trunk/sshd/src/dialogs.ycp trunk/sshd/src/helps.ycp Modified: trunk/sshd/package/yast2-sshd.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/sshd/package/yast2-sshd.changes?rev=67815&r1=67814&r2=67815&view=diff ============================================================================== --- trunk/sshd/package/yast2-sshd.changes (original) +++ trunk/sshd/package/yast2-sshd.changes Thu Mar 29 16:05:31 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 16:05:19 CEST 2012 - jsuchome@suse.cz + +- merge proofread texts + +------------------------------------------------------------------- Mon Sep 26 15:14:18 CEST 2011 - visnov@suse.cz - set dialog title Modified: trunk/sshd/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/sshd/src/dialogs.ycp?rev=67815&r1=67814&r2=67815&view=diff ============================================================================== --- trunk/sshd/src/dialogs.ycp (original) +++ trunk/sshd/src/dialogs.ycp Thu Mar 29 16:05:31 2012 @@ -81,7 +81,7 @@ _("General Login Settings"), `MarginBox (mbox_x, mbox_y, `VBox ( /* A check box */ - `Left(`CheckBox(`id("PrintMotd"), _("Print &Message of the Day After Login"))), + `Left(`CheckBox(`id("PrintMotd"), _("Print &Message of the Day after Login"))), /* A check box */ `Left(`CheckBox(`id("PermitRootLogin"), _("Permi&t Root Login"))) )) Modified: trunk/sshd/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/sshd/src/helps.ycp?rev=67815&r1=67814&r2=67815&view=diff ============================================================================== --- trunk/sshd/src/helps.ycp (original) +++ trunk/sshd/src/helps.ycp Thu Mar 29 16:05:31 2012 @@ -16,11 +16,13 @@ /* Read dialog help */ "read" : _("<p><b><big>Initializing the sshd Configuration</big></b><br> -Please wait...<br></p>"), +</p> +"), /* Write dialog help */ "write" : _("<p><b><big>Saving the sshd Configuration</big></b><br> -Please wait...<br></p>"), +</p> +"), /* Server Configuration dialog help */ "server_configuration" : _("<p><b><big>Server Configuration</big></b><br> @@ -57,7 +59,8 @@ /* Protocol and Cipher Settings dialog help*/ "proto_settings" : _("<p><b><big>Protocol and Cipher Settings</big></b><br> -Configure SSHD protocol version and cipher settings here.<br></p>"), +Configure SSHD protocol version and cipher settings.<br></p> +"), ]; -- 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