summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94cbc6a)
raw | patch | inline | side by side (parent: 94cbc6a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 15 Sep 2011 08:13:58 +0000 (08:13 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-core/plugins/generic/dashBoard/Register/register.tpl | patch | blob | history |
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);
}
diff --git a/gosa-core/plugins/generic/dashBoard/Register/register.tpl b/gosa-core/plugins/generic/dashBoard/Register/register.tpl
index 7d0bbe7539adff9d7895c6e1b97de12a3f26ce47..3d995604202ed8a5a12cb341d609c2b4515fb7e2 100644 (file)
{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">