[yast-commit] r62848 - in /branches/SuSE-SLE-10-SP4-Branch/packager: VERSION package/yast2-packager.changes src/modules/SourceDialogs.ycp
Author: lslezak Date: Fri Nov 12 16:43:43 2010 New Revision: 62848 URL: http://svn.opensuse.org/viewcvs/yast?rev=62848&view=rev Log: - source manager - changed "Local Directory" radio button label to "Local Directory or ISO" as it's also possible to add an ISO image there (bnc#471203) - 2.13.192 Modified: branches/SuSE-SLE-10-SP4-Branch/packager/VERSION branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes branches/SuSE-SLE-10-SP4-Branch/packager/src/modules/SourceDialogs.ycp Modified: branches/SuSE-SLE-10-SP4-Branch/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/packager/VERSION?rev=62848&r1=62847&r2=62848&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/packager/VERSION (original) +++ branches/SuSE-SLE-10-SP4-Branch/packager/VERSION Fri Nov 12 16:43:43 2010 @@ -1 +1 @@ -2.13.191 +2.13.192 Modified: branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes?rev=62848&r1=62847&r2=62848&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes (original) +++ branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes Fri Nov 12 16:43:43 2010 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Nov 12 15:30:17 UTC 2010 - lslezak@suse.cz + +- source manager - changed "Local Directory" radio button label + to "Local Directory or ISO" as it's also possible to add an ISO + image there (bnc#471203) +- 2.13.192 + +------------------------------------------------------------------- Thu Nov 11 09:48:40 CET 2010 - jsrain@suse.cz - renamed the HyperV drivers (bnc#652294) Modified: branches/SuSE-SLE-10-SP4-Branch/packager/src/modules/SourceDialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/packager/src/modules/SourceDialogs.ycp?rev=62848&r1=62847&r2=62848&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/packager/src/modules/SourceDialogs.ycp (original) +++ branches/SuSE-SLE-10-SP4-Branch/packager/src/modules/SourceDialogs.ycp Fri Nov 12 16:43:43 2010 @@ -815,7 +815,7 @@ // radio button `Left (`RadioButton(`id(`dvd), _("&DVD..."))), // radio button - `Left (`RadioButton(`id(`local_dir), _("&Local Directory..."))), + `Left (`RadioButton(`id(`local_dir), _("Local Directory or ISO") + "...")), // radio button `Left (`RadioButton(`id(`pkg), _("&Package Directory..."))), // TODO: Proposal: move the functionality to "Local Directory", move ISO here // radio button @@ -834,7 +834,7 @@ // radio button `Left (`RadioButton(`id(`dvd), _("&DVD..."))), // radio button - `Left (`RadioButton(`id(`local_dir), _("&Local Directory..."))), + `Left (`RadioButton(`id(`local_dir), _("Local Directory or ISO") + "...")), // radio button `Left (`RadioButton(`id(`pkg), _("&Package Directory..."))), // radio button -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org