Code

More style fixes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 May 2007 12:54:47 +0000 (12:54 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 May 2007 12:54:47 +0000 (12:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6231 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/class_sieveManagement.inc
include/sieve/templates/create_script.tpl

index 12f8546db47fb28dd6ff7717ba978234234ae254..ba01e0cf3aaa0bbe50a4a26b2d617e99b4afca3a 100644 (file)
@@ -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();
index 95ea9e68ea0fef76bf7a158e04259b841a1a3ede..42737169e405fad48c87e282f56ef18ddcabf4e4 100644 (file)
@@ -1,5 +1,5 @@
 <h2>Create a new sieve script</h2>
-{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}
 
 <br>
 <br>
@@ -10,7 +10,7 @@
 <br>
 
 <div class='seperator' style='border-top:1px solid #999; text-align:right; width:100%; padding-top:10px;'>
-   <input type='submit' name='create_script_save' value='{t}Save{/t}' id='create_script_save'>
+   <input type='submit' name='create_script_save' value='{t}Apply{/t}' id='create_script_save'>
    &nbsp;
    <input type='submit' name='create_script_cancel' value='{t}Cancel{/t}'>
 </div>