aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-05-30 10:14:08 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-05-30 10:14:08 +0000
commit0a196fa54d04309fd9c18e166a331480cc846f5d (patch)
tree4bb9a9713e57e39be1ddccf852abd9b45b59f339 /rpmdrake.pm
parent3173ea88a2b9e211bac243f02e6585ac7a7d5d80 (diff)
downloadrpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.tar
rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.tar.gz
rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.tar.bz2
rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.tar.xz
rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.zip
fix media/medias by medium/media
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 5709cb2a..03a96d0a 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -353,13 +353,13 @@ sub show_urpm_progress {
$file =~ s|([^:]*://[^/:\@]*:)[^/:\@]*(\@.*)|$1xxxx$2|; #- if needed...
if ($mode eq 'copy') {
$pb->set_fraction(0);
- $label->set_label(N("Copying file for media `%s'...", $file));
+ $label->set_label(N("Copying file for medium `%s'...", $file));
} elsif ($mode eq 'parse') {
$pb->set_fraction(0);
- $label->set_label(N("Examining file of media `%s'...", $file));
+ $label->set_label(N("Examining file of medium `%s'...", $file));
} elsif ($mode eq 'retrieve') {
$pb->set_fraction(0);
- $label->set_label(N("Examining distant file of media `%s'...", $file));
+ $label->set_label(N("Examining remote file of medium `%s'...", $file));
} elsif ($mode eq 'start') {
$pb->set_fraction(0);
$label->set_label(N("Starting download of `%s'...", $file));
@@ -391,11 +391,11 @@ sub update_sources {
sub update_sources_interactive {
my ($urpm, %opts) = @_;
- my $w = ugtk2->new(N("Update media(s)"), grab => 1, center => 1, %opts);
+ my $w = ugtk2->new(N("Update media"), grab => 1, center => 1, %opts);
my @buttons;
gtkadd($w->{window},
gtkpack__(Gtk2::VBox->new(0,5),
- Gtk2::Label->new(N("Select the media(s) you wish to update:")),
+ Gtk2::Label->new(N("Select the media you wish to update:")),
(@buttons = map { Gtk2::CheckButton->new($_->{name}) } @{$urpm->{media}}),
Gtk2::HSeparator->new,
gtkpack(create_hbox(),