diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-18 17:30:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-18 17:30:18 +0000 |
commit | 8900899b8c5779e7120d9141304132ad1b1d4956 (patch) | |
tree | 648ee06064a6cba0f2f30a191191ebbb000177bd /Rpmdrake | |
parent | b51a9482e76d913d896c7e10b601b14847a230ea (diff) | |
download | rpmdrake-8900899b8c5779e7120d9141304132ad1b1d4956.tar rpmdrake-8900899b8c5779e7120d9141304132ad1b1d4956.tar.gz rpmdrake-8900899b8c5779e7120d9141304132ad1b1d4956.tar.bz2 rpmdrake-8900899b8c5779e7120d9141304132ad1b1d4956.tar.xz rpmdrake-8900899b8c5779e7120d9141304132ad1b1d4956.zip |
remove space before question mark (mga#6642)
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 |