diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-18 17:30:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-18 17:30:30 +0000 |
commit | 6fefd439d4f7621b65f30aac42a64d71935d362d (patch) | |
tree | 56a573b99abaa19a2d20a0be60546d9dfa092d69 /Rpmdrake/edit_urpm_sources.pm | |
parent | 58127704ee377f1f30910471dac5d44af6069d89 (diff) | |
download | rpmdrake-6fefd439d4f7621b65f30aac42a64d71935d362d.tar rpmdrake-6fefd439d4f7621b65f30aac42a64d71935d362d.tar.gz rpmdrake-6fefd439d4f7621b65f30aac42a64d71935d362d.tar.bz2 rpmdrake-6fefd439d4f7621b65f30aac42a64d71935d362d.tar.xz rpmdrake-6fefd439d4f7621b65f30aac42a64d71935d362d.zip |
prevent having double punctuation (mga#6642)
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index ca27895f..b865bbcf 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -1189,7 +1189,7 @@ sub run() { local $urpm->{fatal} = sub { interactive_msg('rpmdrake', N("The Package Database is locked. Please close other applications -working with the Package Database (do you have another media +working with the Package Database. Do you have another media manager on another desktop, or are you currently installing packages as well?")); die $err_msg; |