diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-06 13:40:27 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-06 13:40:27 +0000 |
commit | 77bb9fb1babb3569171789ef13cb816707dcc1e1 (patch) | |
tree | d115f24dda793af041abf6dc8bb7205124a4ad4a /Rpmdrake/edit_urpm_sources.pm | |
parent | a46d86cfd75fbd6e3390ae1a68aa56d824b69934 (diff) | |
download | rpmdrake-77bb9fb1babb3569171789ef13cb816707dcc1e1.tar rpmdrake-77bb9fb1babb3569171789ef13cb816707dcc1e1.tar.gz rpmdrake-77bb9fb1babb3569171789ef13cb816707dcc1e1.tar.bz2 rpmdrake-77bb9fb1babb3569171789ef13cb816707dcc1e1.tar.xz rpmdrake-77bb9fb1babb3569171789ef13cb816707dcc1e1.zip |
- fix plural, thank to JohnR
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; |