[yast-commit] r67793 - in /trunk/metapackage: package/yast2-metapackage-handler.changes src/OneClickInstallCLI.ycp src/OneClickInstallWidgets.ycp
Author: jsuchome Date: Thu Mar 29 15:34:35 2012 New Revision: 67793 URL: http://svn.opensuse.org/viewcvs/yast?rev=67793&view=rev Log: - merged proofread texts Modified: trunk/metapackage/package/yast2-metapackage-handler.changes trunk/metapackage/src/OneClickInstallCLI.ycp trunk/metapackage/src/OneClickInstallWidgets.ycp Modified: trunk/metapackage/package/yast2-metapackage-handler.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/metapackage/package/yast2-metapac... ============================================================================== --- trunk/metapackage/package/yast2-metapackage-handler.changes (original) +++ trunk/metapackage/package/yast2-metapackage-handler.changes Thu Mar 29 15:34:35 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 29 15:33:17 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + +------------------------------------------------------------------- Thu Sep 29 13:11:33 CEST 2011 - visnov@suse.cz - set dialog title Modified: trunk/metapackage/src/OneClickInstallCLI.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/metapackage/src/OneClickInstallCL... ============================================================================== --- trunk/metapackage/src/OneClickInstallCLI.ycp (original) +++ trunk/metapackage/src/OneClickInstallCLI.ycp Thu Mar 29 15:34:35 2012 @@ -20,7 +20,7 @@ if (!OneClickInstall::HaveAnythingToDo()) { y2error("Nothing to do specified in the YMP file"); - CommandLine::Print(_("Error: Nothing to do specified in the YMP file")); + CommandLine::Print(_("Error: Nothing to do specified in the YMP file.")); return false; } Modified: trunk/metapackage/src/OneClickInstallWidgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/metapackage/src/OneClickInstallWi... ============================================================================== --- trunk/metapackage/src/OneClickInstallWidgets.ycp (original) +++ trunk/metapackage/src/OneClickInstallWidgets.ycp Thu Mar 29 15:34:35 2012 @@ -30,7 +30,7 @@ term softwareUI = `VBox ( `VWeight(2, - `Heading(_("Software to be Installed")) + `Heading(_("Software to Be Installed")) ), `VWeight(10, `MultiSelectionBox(`id(`softwareCheckList),`opt(`notify), _("Select the software components you wish to install:"), [SPACER]) @@ -44,7 +44,7 @@ term removeUI = `VBox ( `VWeight(2, - `Heading(_("Software to be Removed")) + `Heading(_("Software to Be Removed")) ), `VWeight(10, `MultiSelectionBox(`id(`removeCheckList),`opt(`notify), _("Select the software components you wish to remove:"), [SPACER]) @@ -66,7 +66,7 @@ `HSpacing(1), `VBox( `VSpacing(0.2), - `Heading( _("Please wait while this software is being installed.")), + `Heading( _("Software is being installed.")), `VSpacing(0.2) ), `HSpacing(1) @@ -322,7 +322,7 @@ `VWeight(5, `RichText(`id(`summary),"") ), - `HBox(`Right(`PushButton(`id(`alterProposal),_("Customise")))) + `HBox(`Right(`PushButton(`id(`alterProposal),_("Customize")))) ) ); -- 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