summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 593f7f6)
raw | patch | inline | side by side (parent: 593f7f6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 27 Feb 2006 07:58:36 +0000 (07:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 27 Feb 2006 07:58:36 +0000 (07:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2744 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_baseSelectDialog.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_baseSelectDialog.inc b/plugins/admin/systems/class_baseSelectDialog.inc
index a0d9f340aebc6fa00279ade6cf49d342dfdc8a32..d91da77aa904a8846eec68756233bb2698bacba8 100644 (file)
$this->selected_base = $config->current['BASE'];
$this->SetTitle("Base");
- $this->SetSummary(_("Please choose your prefered base"));
+ $this->SetSummary(_("Choose a base"));
$this->SetListHeader("<div style='background:#F0F0F9;padding:5px;'>".
" <input class='center' type='image' align='middle' src='images/list_back.png'
title='"._("Go up one department")."' alt='"._("Up")."' name='dep_back'> ".
title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ".
"</div>");
- $this->SetInformation(_("Step in the prefered tree and click save to use the subtree as base for the currently edited user. Or click the image on the end of each entry."));
+ $this->SetInformation(_("Step in the prefered tree and click save to use the current subtree as base. Or click the image at the end of each entry."));
$this->EnableAplhabet (true);
$this->EnableCloseButton(true);