diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-02 04:56:29 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-02 04:56:29 +0000 |
commit | 1a96da9a8ab45ac2694a4108c06ff491cfa3771a (patch) | |
tree | 27ff32134e0855ba5e9cebd75727f66f866c6cbc /rpmdrake.pm | |
parent | 22f42c2fd2bd2198cedba98c15f4982b7d53467a (diff) | |
download | rpmdrake-1a96da9a8ab45ac2694a4108c06ff491cfa3771a.tar rpmdrake-1a96da9a8ab45ac2694a4108c06ff491cfa3771a.tar.gz rpmdrake-1a96da9a8ab45ac2694a4108c06ff491cfa3771a.tar.bz2 rpmdrake-1a96da9a8ab45ac2694a4108c06ff491cfa3771a.tar.xz rpmdrake-1a96da9a8ab45ac2694a4108c06ff491cfa3771a.zip |
changed Mandrake Linux -> Mandrakelinux
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r-- | rpmdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 00d6fff7..e7366ca1 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -409,7 +409,7 @@ N("I can't find any suitable mirror. There can be many reasons for this problem; the most frequent is the case when the architecture of your processor is not supported -by Mandrake Linux Official Updates.")), return ''; +by Mandrakelinux Official Updates.")), return ''; my $w = ugtk2->new('rpmdrake', grab => 1); $w->{rwindow}->set_position($options{transient} ? 'center_on_parent' : 'center_always') if !$::isEmbedded; |