Code

Updated stringUpdated stringss
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Nov 2005 10:35:50 +0000 (10:35 +0000)
committerhickert <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

index fae76ed95c387741815d6596d6d6296862340ef4..7c4c2c41b703857cbb0c1a937975eab30675c428 100644 (file)
@@ -35,7 +35,7 @@ class application extends plugin
        $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'];
@@ -43,7 +43,7 @@ class application extends plugin
                        $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));
                }
        }