[yast-commit] r67756 - in /trunk/cluster: package/yast2-cluster.changes src/Cluster.ycp src/helps.ycp
Author: jsuchome Date: Thu Mar 29 14:16:19 2012 New Revision: 67756 URL: http://svn.opensuse.org/viewcvs/yast?rev=67756&view=rev Log: - merged proofed texts Modified: trunk/cluster/package/yast2-cluster.changes trunk/cluster/src/Cluster.ycp trunk/cluster/src/helps.ycp Modified: trunk/cluster/package/yast2-cluster.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/cluster/package/yast2-cluster.changes?rev=67756&r1=67755&r2=67756&view=diff ============================================================================== --- trunk/cluster/package/yast2-cluster.changes (original) +++ trunk/cluster/package/yast2-cluster.changes Thu Mar 29 14:16:19 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 14:12:20 CEST 2012 - jsuchome@suse.cz + +- merged proofed texts + +------------------------------------------------------------------- Mon Sep 26 13:14:34 CEST 2011 - visnov@suse.cz - set dialog title Modified: trunk/cluster/src/Cluster.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/cluster/src/Cluster.ycp?rev=67756&r1=67755&r2=67756&view=diff ============================================================================== --- trunk/cluster/src/Cluster.ycp (original) +++ trunk/cluster/src/Cluster.ycp Thu Mar 29 14:16:19 2012 @@ -306,7 +306,7 @@ global boolean Read() { /* Cluster read dialog caption */ - string caption = _("Initializing cluster Configuration"); + string caption = _("Initializing Cluster Configuration"); // TODO FIXME Set the right number of stages integer steps = 4; @@ -349,7 +349,7 @@ ret = false; ret = LoadClusterConfig(); if (ret == false) { - Report::Error(_("Cannot load existing configuration")); + Report::Error(_("Cannot load existing configuration.")); return false; } if (SCR::Read(.target.size, "/etc/corosync/corosync.conf") <= 1) { @@ -407,7 +407,7 @@ global boolean Write() { /* Cluster read dialog caption */ - string caption = _("Saving cluster Configuration"); + string caption = _("Saving Cluster Configuration"); // TODO FIXME And set the right number of stages integer steps = 2; Modified: trunk/cluster/src/helps.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/cluster/src/helps.ycp?rev=67756&r1=67755&r2=67756&view=diff ============================================================================== --- trunk/cluster/src/helps.ycp (original) +++ trunk/cluster/src/helps.ycp Thu Mar 29 14:16:19 2012 @@ -58,8 +58,8 @@ "), /* Read dialog help 1/2 */ - "read" : _("<p><b><big>Initializing cluster Configuration</big></b><br> -Please wait...<br></p> + "read" : _("<p><b><big>Initializing Cluster Configuration</big></b><br> +</p> ") + /* Read dialog help 2/2 */ @@ -69,7 +69,7 @@ /* Write dialog help 1/2 */ "write" : _("<p><b><big>Saving cluster Configuration</big></b><br> -Please wait...<br></p> +</p> ") + /* Write dialog help 2/2 */ -- 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