diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 12:50:26 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-06 12:50:26 +0000 |
commit | 3dff8fbee021e419d38077ec25a31bc1f9aa236e (patch) | |
tree | 2ecdd422d2dd5bb2c19e84573bb08e6cdca10e15 /mdkapplet | |
parent | 619879b7c1f17c8edc6478364b679ad8c68e1231 (diff) | |
download | mgaonline-3dff8fbee021e419d38077ec25a31bc1f9aa236e.tar mgaonline-3dff8fbee021e419d38077ec25a31bc1f9aa236e.tar.gz mgaonline-3dff8fbee021e419d38077ec25a31bc1f9aa236e.tar.bz2 mgaonline-3dff8fbee021e419d38077ec25a31bc1f9aa236e.tar.xz mgaonline-3dff8fbee021e419d38077ec25a31bc1f9aa236e.zip |
(confirm_upgrade) display nicer distribution name if available
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ sub confirm_upgrade() { gtknew('HButtonBox', layout => 'start', children_tight => [ my $link = Gtk2::LinkButton->new($new_distro->{url}, N("More info about this new version")), ]), - N("Do you want to upgrade to the '\%s' distribution?", $new_distro->{version}), + N("Do you want to upgrade to the '\%s' distribution?", $new_distro->{name} || $new_distro->{version}), gtknew('CheckButton', text => N("Do not ask me next time"), active_ref => \$warn_me), create_okcancel($w, N("Yes"), N("No")), ]), |