From: cajus Date: Wed, 2 May 2007 12:54:47 +0000 (+0000) Subject: More style fixes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=017b9c39fc5a34b6ec6b9101e4f1a687c83ff511;p=gosa.git More style fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6231 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/class_sieveManagement.inc b/include/sieve/class_sieveManagement.inc index 12f8546db..ba01e0cf3 100644 --- a/include/sieve/class_sieveManagement.inc +++ b/include/sieve/class_sieveManagement.inc @@ -202,13 +202,13 @@ class sieveManagement extends plugin /* Is given name in lower case characters ? */ if($name != strtolower($name)){ $err =true; - print_red(_("Only lower case names are allowed here.")); + print_red(_("Only lower case names are allowed.")); } /* Only chars are allowed here */ if(preg_match("/[^a-z]/i",$name)){ $err =true; - print_red(_("Only a-z are allowed in script names.")); + print_red(_("Only alphabetical characters are allowed in script names.")); } $tmp = $this->get_used_script_names(); diff --git a/include/sieve/templates/create_script.tpl b/include/sieve/templates/create_script.tpl index 95ea9e68e..42737169e 100644 --- a/include/sieve/templates/create_script.tpl +++ b/include/sieve/templates/create_script.tpl @@ -1,5 +1,5 @@

Create a new sieve script

-{t}Please enter the name for yout new script below. Script names must be lower case and only characters are allowed.{/t} +{t}Please enter the name for the new script below. Script names must consist of lower case characters only.{/t}

@@ -10,7 +10,7 @@
- +