Code

Fixed a set of typos
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 May 2006 07:53:42 +0000 (07:53 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 May 2006 07:53:42 +0000 (07:53 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3382 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/class_divListApplication.inc
plugins/admin/departments/class_divListDepartment.inc
plugins/admin/groups/class_divListGroup.inc
plugins/admin/ogroups/class_divListOGroup.inc
plugins/gofax/blocklists/class_divListBlocklists.inc
plugins/gofon/conference/class_divListConferences.inc
plugins/gofon/macro/class_divListMacros.inc

index 2a2db84959cbce1a8fa4398b64682007467f1e23..092ad7ba9ce3991cdb00705d29f2c9485cb7f173 100755 (executable)
@@ -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);
   
index a215b9580f83fea223aea656a3340fe4152669a8..40ebcb89962bb8eab0f9bfd04b2ba9daf7583e8b 100755 (executable)
@@ -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);
index e76b5476cb63cef9f8cd264aff0ed3894745a12f..d0ac190d7726b37daa62cc5bf439e3d833c12b27 100644 (file)
@@ -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);
index e1656f2d1c5d45c734e1ad6d3aaee160ba6752b1..5f7cc06f26bc201fb34b4219896fda61277deca3 100755 (executable)
@@ -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);
index bf132f3e8b476d8667e77d0f3bf5b2e1ae35739d..a98b20c01ab39ba74a962da452f622707b5413db 100755 (executable)
@@ -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);
   
index b9d21b54fa55929f681342bbf6119fc60f8d077d..496a49f8ec91647376be765cff1a32aae699e1aa 100755 (executable)
@@ -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);
   
index c549e9cab5fc330062c034b74a8cecdfdffda2d3..b88aaed36fd3f9e7e13060888ab461f1db5e4426 100755 (executable)
@@ -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);