From 50b5156880e4b0be192228d61565990f4a8db6d9 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 27 Feb 2006 07:58:36 +0000 Subject: [PATCH] Update git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2744 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_baseSelectDialog.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/systems/class_baseSelectDialog.inc b/plugins/admin/systems/class_baseSelectDialog.inc index a0d9f340a..d91da77aa 100644 --- a/plugins/admin/systems/class_baseSelectDialog.inc +++ b/plugins/admin/systems/class_baseSelectDialog.inc @@ -15,7 +15,7 @@ class baseSelectDialog extends MultiSelectWindow $this->selected_base = $config->current['BASE']; $this->SetTitle("Base"); - $this->SetSummary(_("Please choose your prefered base")); + $this->SetSummary(_("Choose a base")); $this->SetListHeader("
". "  ". @@ -25,7 +25,7 @@ class baseSelectDialog extends MultiSelectWindow title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ". "
"); - $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); -- 2.30.2