Code

Updated ogroups
[gosa.git] / gosa-core / plugins / admin / ogroups / class_divListOGroup.inc
index 37be8ef4f8abe9cd3d29c57af8a80d2f764e75d5..fd1280754c6e47b76282ed1a52b5d7535b1a637c 100644 (file)
@@ -110,7 +110,7 @@ class divListOGroup extends MultiSelectWindow
 
     /* Add SubSearch checkbox */    
     $this->AddCheckBox(SEPERATOR);
-    $this->AddCheckBox("SubSearch",  _("Select to search within subtrees"), _("Search in subtrees"), false);
+    $this->AddCheckBox("SubSearch",  msgPool::selectToView("","subsearch"), msgPool::selectToView("","subsearch_small"), false);
 
     /*                  Name                 ,Text                              ,Default  , Connect with alphabet  */
     $this->AddRegex   ("Regex",     _("Regular expression for matching group names"), "*" , true);