[yast-commit] r39961 - in /trunk/installation: package/yast2-installation.changes src/clients/inst_system_analysis.ycp
Author: locilka Date: Mon Aug 6 09:02:58 2007 New Revision: 39961 URL: http://svn.opensuse.org/viewcvs/yast?rev=39961&view=rev Log: - Renamed product/default repositories check-box to "Add Internet Repositories Before Installation" (#297580). - Added help for that check-box (#296810). Modified: trunk/installation/package/yast2-installation.changes trunk/installation/src/clients/inst_system_analysis.ycp Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=39961&r1=39960&r2=39961&view=diff ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Mon Aug 6 09:02:58 2007 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Aug 6 08:58:02 CEST 2007 - locilka@suse.cz + +- Renamed product/default repositories check-box to "Add Internet + Repositories Before Installation" (#297580). +- Added help for that check-box (#296810). + +------------------------------------------------------------------- Thu Aug 2 08:53:56 CEST 2007 - jsrain@suse.cz - do not show "Clone" check box in live installation Modified: trunk/installation/src/clients/inst_system_analysis.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_system_analysis.ycp?rev=39961&r1=39960&r2=39961&view=diff ============================================================================== --- trunk/installation/src/clients/inst_system_analysis.ycp (original) +++ trunk/installation/src/clients/inst_system_analysis.ycp Mon Aug 6 09:02:58 2007 @@ -232,6 +232,12 @@ from your existing system whenever possible. </p>") + + // help text for installation option + _("<p> +To use suggested remote repositories during installation or update, select +<b>Add Internet Repositories Before Installation</b>.</p> +") + + // help text for installation method _("<p> To install an add-on product from separate media together with &product;, select @@ -244,6 +250,8 @@ your hard disk. This option can try to fix problems automatically. </p>") + + + // help text for installation method _("<p>Select <b>Other Options</b> then select <b>Boot Installed System</b> if you have a Linux system on your hard @@ -310,7 +318,7 @@ `Left (`CheckBox ( `id (`productsources), `opt(`notify), // check box - _("Include &Default Repositories"), + _("&Add Internet Repositories Before Installation"), Installation::productsources_selected )), `Left (`CheckBox ( -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org