Code

Fixed typos
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Sep 2011 08:13:58 +0000 (08:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Sep 2011 08:13:58 +0000 (08:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@20990 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc
gosa-core/plugins/generic/dashBoard/Register/register.tpl

index 83949e6772fbe716dc5aaaaece0937c2dae08f17..3c1ac16f23e1fec73b9dad764aa77f70f307c07a 100644 (file)
@@ -2750,7 +2750,7 @@ function get_languages($languages_in_own_language = FALSE,$strip_region_tag = FA
 function get_post($name)
 {
     if(!isset($_POST[$name])){
-        trigger_error("Requested POST value (".$name.") does not exists, you should add a check to prevent this message.");
+        trigger_error("Requested POST value (".$name.") does not exist, you should add a check to prevent this message.");
         return(FALSE);
     }
 
index 7d0bbe7539adff9d7895c6e1b97de12a3f26ce47..3d995604202ed8a5a12cb341d609c2b4515fb7e2 100644 (file)
@@ -68,7 +68,7 @@
 {if $step == 2 && $default == "registrate"}
     <h3>{t}Registration complete{/t}</h3>
     <p>
-        {t}GOsa instance sucessfully registered{/t}
+        {t}GOsa instance successfully registered{/t}
     </p>
     <hr>
     <div class="plugin-actions">