diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-17 19:18:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-17 19:18:34 +0000 |
commit | 2dffbcfaaf13a0cbba98398770bfa3943e8ab33b (patch) | |
tree | b5aea1e60f2140671f28307da95db36405401ee9 | |
parent | 50ddde7420ff5bc3bbbc38572e7cc0b6ab6e1fe3 (diff) | |
download | rpmdrake-2dffbcfaaf13a0cbba98398770bfa3943e8ab33b.tar rpmdrake-2dffbcfaaf13a0cbba98398770bfa3943e8ab33b.tar.gz rpmdrake-2dffbcfaaf13a0cbba98398770bfa3943e8ab33b.tar.bz2 rpmdrake-2dffbcfaaf13a0cbba98398770bfa3943e8ab33b.tar.xz rpmdrake-2dffbcfaaf13a0cbba98398770bfa3943e8ab33b.zip |
Write a nice user-friendly message for the "add official media" dialog
-rwxr-xr-x | edit-urpm-sources.pl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 16646d29..394df56d 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -64,7 +64,13 @@ sub easy_add_callback { #- cooker and community don't have update sources my $want_base_distro = distro_type(0) eq 'updates' ? interactive_msg( N("Choose media type"), - N("You can choose to add sources that correspond to your distribution"), +N("This step enables you to add sources from a Mandrakelinux web or FTP mirror. + +There are two kinds of official mirrors. You can choose to add sources that +contain the complete set of packages of your distribution (usually a superset +of what comes on the standard installation CDs), or sources that provide the +official updates for your distribution. (You can add both, but you'll have +to do this in two steps.)"), transient => $mainw->{rwindow}, yesno => 1, text => { yes => N("Distribution sources"), no => N("Official updates") }, ) : 1; |