summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e4f113)
raw | patch | inline | side by side (parent: 1e4f113)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 10:48:58 +0000 (10:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 10:48:58 +0000 (10:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17056 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc b/gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc
index bfdb7b6464b7eba2cac23b97c91b7fac3a98c23f..dd5a6bdb18747ccaf0f9dbdf52d0d5ab788960cd 100644 (file)
$message[]= msgPool::required(_("Local dial prefix"));
}
if (empty($this->goFonCountryCode)){
- $message[]= msgPool::requierd(_("Country prefix"));
+ $message[]= msgPool::required(_("Country prefix"));
}
return($message);
}