Code

Updated gotomasses
[gosa.git] / gosa-plugins / goto / addons / goto / class_target_list.inc
index a54c4e323ddb20feb7e2423edbfe636ff2207aae..446176256cfa9f7044bc5c13371b4a90037e4499 100644 (file)
@@ -76,7 +76,7 @@ class target_list 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);
     $this->AddCheckBox("IPMatch",    _("Select to search for a specific IP range only"), _("Match IP range"), false);
 
     /* Name,Text,Default  , Connect with alphabet  */