diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-29 03:15:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-29 03:15:47 +0000 |
commit | 8e03e0e1b7c8b31d5d2747abfb737c06578c991d (patch) | |
tree | 861dc620ae2d9be3b644ea0b8329edc7e18fd00f /urpm.pm | |
parent | 597568d4296cd255a3cfcf49ef24da3f8d7d7a25 (diff) | |
download | urpmi-8e03e0e1b7c8b31d5d2747abfb737c06578c991d.tar urpmi-8e03e0e1b7c8b31d5d2747abfb737c06578c991d.tar.gz urpmi-8e03e0e1b7c8b31d5d2747abfb737c06578c991d.tar.bz2 urpmi-8e03e0e1b7c8b31d5d2747abfb737c06578c991d.tar.xz urpmi-8e03e0e1b7c8b31d5d2747abfb737c06578c991d.zip |
Respell
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3372,7 +3372,7 @@ sub opendir_safe { sub error_restricted ($) { my ($urpm) = @_; - $urpm->{fatal}(2, N("Error, this operation is forbidden while running in restricted mode")); + $urpm->{fatal}(2, N("This operation is forbidden while running in restricted mode")); } sub DESTROY {} |