diff options
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index 327687dd..7b837495 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -1076,7 +1076,7 @@ sub mainwindow() { urpm::media::write_config($urpm); #- Enabling this media failed, force update interactive_msg('rpmdrake', - N("This medium needs to be updated to be usable. Update it now ?"), + N("This medium needs to be updated to be usable. Update it now?"), yesno => 1, ) and $reread_media->($urpm->{media}[$path]{name}); } @@ -1191,7 +1191,7 @@ sub run() { N("The Package Database is locked. Please close other applications working with the Package Database (do you have another media manager on another desktop, or are you currently installing -packages as well?).")); +packages as well?")); die $err_msg; }; # lock urpmi DB |