summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index f054e602..b2cdb495 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -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 {}