Code

Apply patch for #3558
[gosa.git] / trunk / gosa-core / include / utils / class_msgPool.inc
index 885e1c976062e0d2dcf2f273e11178ee15ef56f0..0111b6f4829787585fe7625e4e5254ec55ccd856 100644 (file)
@@ -22,6 +22,10 @@ class msgPool
       return(_("Select to search within subtrees"));
     }elseif($o_type == "subsearch_small"){
       return(_("Search in subtrees"));
+    }elseif($o_type == "descsearch"){
+      return(_("Select to search within descriptions"));
+    }elseif($o_type == "descsearch_small"){
+      return(_("Search in descriptions"));
     }
 
   }