From 8e03e0e1b7c8b31d5d2747abfb737c06578c991d Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 29 Jun 2005 03:15:47 +0000 Subject: Respell --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} -- cgit v1.2.1