diff options
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-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 f8c1fa02..a7e83391 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -1188,8 +1188,8 @@ sub run() { my $err_msg = "urpmdb locked\n"; local $urpm->{fatal} = sub { interactive_msg('rpmdrake', - N("Packages database is locked. Please close other applications -working with packages database (do you have another media + 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?).")); die $err_msg; |