From: cajus Date: Wed, 17 May 2006 07:53:42 +0000 (+0000) Subject: Fixed a set of typos X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=feae85cd780545c9d88b2aaa876c5c2b9ddf1e19;p=gosa.git Fixed a set of typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3382 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc index 2a2db8495..092ad7ba9 100755 --- a/plugins/admin/applications/class_divListApplication.inc +++ b/plugins/admin/applications/class_divListApplication.inc @@ -37,9 +37,7 @@ class divListApplication extends MultiSelectWindow /* Result page will look like a headpage */ $this->SetHeadpageMode(); - $this->SetInformation(_("This menu allows you to add, edit and remove selected applications. ". - "You may want to use the range selector on top of the application listbox, ". - "when working with a large number of applications.")); + $this->SetInformation(_("This menu allows you to add, edit and remove selected applications. "You may want to use the range selector on top of the application listbox, when working with a large number of applications.")); $this->EnableAplhabet(true); diff --git a/plugins/admin/departments/class_divListDepartment.inc b/plugins/admin/departments/class_divListDepartment.inc index a215b9580..40ebcb899 100755 --- a/plugins/admin/departments/class_divListDepartment.inc +++ b/plugins/admin/departments/class_divListDepartment.inc @@ -30,8 +30,7 @@ class divListDepartment extends MultiSelectWindow /* Result page will look like a headpage */ $this->SetHeadpageMode(); - $this->SetInformation(_("This menu allows you to create, delete and edit selected departments. ". - "Having a large size of departments, you might prefer the range selectors on top of the department list.")); + $this->SetInformation(_("This menu allows you to create, delete and edit selected departments. Having a large size of departments, you might prefer the range selectors on top of the department list.")); /* Disable buttonsm */ $this->EnableCloseButton(false); diff --git a/plugins/admin/groups/class_divListGroup.inc b/plugins/admin/groups/class_divListGroup.inc index e76b5476c..d0ac190d7 100644 --- a/plugins/admin/groups/class_divListGroup.inc +++ b/plugins/admin/groups/class_divListGroup.inc @@ -38,8 +38,7 @@ class divListGroup extends MultiSelectWindow /* Result page will look like a headpage */ $this->SetHeadpageMode(); - $this->SetInformation(_("This menu allows you to add, edit and remove selected groups. ". - "You may want to use the range selector on top of the group listbox, when working with a large number of groups.")); + $this->SetInformation(_("This menu allows you to add, edit and remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups.")); /* Disable buttonsm */ $this->EnableCloseButton(false); diff --git a/plugins/admin/ogroups/class_divListOGroup.inc b/plugins/admin/ogroups/class_divListOGroup.inc index e1656f2d1..5f7cc06f2 100755 --- a/plugins/admin/ogroups/class_divListOGroup.inc +++ b/plugins/admin/ogroups/class_divListOGroup.inc @@ -41,8 +41,7 @@ class divListOGroup extends MultiSelectWindow /* Result page will look like a headpage */ $this->SetHeadpageMode(); - $this->SetInformation(_("This menu allows you to add, edit or remove selected groups. ". - "You may want to use the range selector on top of the group listbox, when working with a large number of groups.")); + $this->SetInformation(_("This menu allows you to add, edit or remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups.")); /* Disable buttonsm */ $this->EnableCloseButton(false); diff --git a/plugins/gofax/blocklists/class_divListBlocklists.inc b/plugins/gofax/blocklists/class_divListBlocklists.inc index bf132f3e8..a98b20c01 100755 --- a/plugins/gofax/blocklists/class_divListBlocklists.inc +++ b/plugins/gofax/blocklists/class_divListBlocklists.inc @@ -33,8 +33,7 @@ class divListBlocklist extends MultiSelectWindow /* Result page will look like a headpage */ $this->SetHeadpageMode(); - $this->SetInformation(_("This menu allows you to create, delete and edit selected blocklists. ". - "Having a large size of lists, you might prefer the range selectors on top of the select box.")); + $this->SetInformation(_("This menu allows you to create, delete and edit selected blocklists. Having a large size of lists, you might prefer the range selectors on top of the select box.")); $this->EnableAplhabet (true); diff --git a/plugins/gofon/conference/class_divListConferences.inc b/plugins/gofon/conference/class_divListConferences.inc index b9d21b54f..496a49f8e 100755 --- a/plugins/gofon/conference/class_divListConferences.inc +++ b/plugins/gofon/conference/class_divListConferences.inc @@ -33,9 +33,7 @@ class divListConference extends MultiSelectWindow /* Result page will look like a headpage */ $this->SetHeadpageMode(); - $this->SetInformation(_("This menu allows you to create, delete and edit selected phone conferences. ". - "Having a large number of phone conferences, you might prefer the range ". - "selectors on top of the conferences list.")); + $this->SetInformation(_("This menu allows you to create, delete and edit selected phone conferences. Having a large number of phone conferences, you might prefer the range selectors on top of the conferences list.")); $this->EnableAplhabet(true); diff --git a/plugins/gofon/macro/class_divListMacros.inc b/plugins/gofon/macro/class_divListMacros.inc index c549e9cab..b88aaed36 100755 --- a/plugins/gofon/macro/class_divListMacros.inc +++ b/plugins/gofon/macro/class_divListMacros.inc @@ -33,9 +33,7 @@ class divListMacro extends MultiSelectWindow /* Result page will look like a headpage */ $this->SetHeadpageMode(); - $this->SetInformation(_("This menu allows you to add, edit and remove selected macros. ". - "You may want to use the range selector on top of the macro listbox, ". - "when working with a large number of macros.")); + $this->SetInformation(_("This menu allows you to add, edit and remove selected macros. You may want to use the range selector on top of the macro listbox, when working with a large number of macros.")); $this->EnableAplhabet (true);