aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-05-05 13:32:06 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-05-05 13:32:06 +0000
commitf348c9b024c2355a5164b8c9a104ed05c75877b3 (patch)
treed1bca42e1e9057900f9b73f23c7f7e866677a8ea /edit-urpm-sources.pl
parent93322259acbf2f697675b9809cc8f78f663380f3 (diff)
downloadrpmdrake-f348c9b024c2355a5164b8c9a104ed05c75877b3.tar
rpmdrake-f348c9b024c2355a5164b8c9a104ed05c75877b3.tar.gz
rpmdrake-f348c9b024c2355a5164b8c9a104ed05c75877b3.tar.bz2
rpmdrake-f348c9b024c2355a5164b8c9a104ed05c75877b3.tar.xz
rpmdrake-f348c9b024c2355a5164b8c9a104ed05c75877b3.zip
s/Mandrake/Mandriva/
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index 9f8fdbf1..9e1c9cfb 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
#*****************************************************************************
#
-# Copyright (c) 2002 Guillaume Cottenceau (gc at mandrakesoft dot com)
+# Copyright (c) 2002 Guillaume Cottenceau (gc at mandriva dot com)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2, as
@@ -64,7 +64,7 @@ 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("This step enables you to add sources from a Mandrakelinux web or FTP mirror.
+N("This step enables you to add sources from a Mandriva Linux 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
@@ -78,7 +78,7 @@ to do this in two steps.)"),
N("This will attempt to install all official sources corresponding to your
distribution (%s).
-I need to contact the Mandrakesoft website to get the mirror list.
+I need to contact the Mandriva website to get the mirror list.
Please check that your network is currently running.
Is it ok to continue?", $rpmdrake::mandrake_release),
@@ -734,7 +734,7 @@ sub keys_callback {
my $keys_list_ls = Gtk2::ListStore->new("Glib::String", "Glib::String");
my $keys_list = Gtk2::TreeView->new_with_model($keys_list_ls);
- $keys_list->append_column(Gtk2::TreeViewColumn->new_with_attributes(N("Keys"), Gtk2::CellRendererText->new, 'text' => 0));
+ $keys_list->append_column(Gtk2::TreeViewColumn->new_with_attributes(N("_:cryptographic keys\nKeys"), Gtk2::CellRendererText->new, 'text' => 0));
$keys_list->get_selection->set_mode('browse');
my ($current_medium, $current_medium_nb, @keys);