summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95ae404)
raw | patch | inline | side by side (parent: 95ae404)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Nov 2005 10:35:50 +0000 (10:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Nov 2005 10:35:50 +0000 (10:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1936 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/applications/class_applicationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/applications/class_applicationGeneric.inc b/plugins/admin/applications/class_applicationGeneric.inc
index fae76ed95c387741815d6596d6d6296862340ef4..7c4c2c41b703857cbb0c1a937975eab30675c428 100644 (file)
$tmp = new xmlParse();
if(!isset($this->config->data['MAIN']['KDE_APPLICATIONS_MENU'])) {
- print_red(_("There is no value specified for 'KDE_APPLICATIONS_MENU' in your gosa.conf."));
+ print_red(_("There is no value for 'KDE_APPLICATIONS_MENU' specified in your gosa.conf."));
$this->Categories= array();
}else{
$path = $this->config->data['MAIN']['KDE_APPLICATIONS_MENU'];
$tmp->parseMenu($path);
$this->Categories = $tmp->GetData();
}else{
- print_red(sprintf(_("The specified file '%s' for 'KDE_APPLICATIONS_MENU' n your gosa.conf is not accessable."),$path));
+ print_red(sprintf(_("The specified file '%s' for 'KDE_APPLICATIONS_MENU' in your gosa.conf is not accessable."),$path));
}
}