From 6393f224e5bce32b97bbb88e86da64b2cbe1e8ab Mon Sep 17 00:00:00 2001 From: Dominic Reynolds Date: Fri, 22 Sep 2006 16:33:27 +0000 Subject: [PATCH] Small text change to celanup spaces. The xgettext claimed the line was not ascii so wouldn't regenerate the pot file. --- utils/unconfined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/unconfined b/utils/unconfined index 4851a0cc8..d49e6d949 100755 --- a/utils/unconfined +++ b/utils/unconfined @@ -54,7 +54,7 @@ sub usage { my $subdomainfs = check_for_subdomain(); -die gettext("SubDomain does not appear to be started.  Please enable SubDomain and try again.")."\n" unless $subdomainfs; +die gettext("SubDomain does not appear to be started. Please enable SubDomain and try again.")."\n" unless $subdomainfs; my @pids; if($paranoid) {