Code

Updated spelling stuff
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Aug 2005 10:12:57 +0000 (10:12 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Aug 2005 10:12:57 +0000 (10:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1172 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/conference/class_phoneConferenceManagment.inc
plugins/gofon/conference/headpage.tpl
plugins/gofon/conference/main.inc

index 27b858ee719c15d338b0120ee0806985fc289257..34ff88093db0c260a1a8d390c7e175c195581f8d 100644 (file)
@@ -22,7 +22,7 @@ require "tabs_conference.inc";
 class phoneConferenceManagment extends plugin
 {
   /* Definitions */
-  var $plHeadline                                = "Phone conference";
+  var $plHeadline                                = "Phone conferences";
   var $plDescription                   = "Management";
 
   /* CLI vars */
index 3524f9265a0d2f14eac7816507a8c2e369bb55e6..d130bca435d266b2ea7d60e777d6707f83897486 100644 (file)
@@ -21,7 +21,7 @@
    </div>
    <div class="contentboxb">
    <p class="contentboxb">
-     {t}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.{/t}
+     {t}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.{/t}
    </p>
    </div>
    <div class="contentboxh">
index 98b665dff740d59a6355061f18457ceb040d1987..8d78cdcea902e00c2193a53361be3c4e80c06e30 100644 (file)
@@ -35,9 +35,9 @@ if ($remove_lock){
 
        /* Page header*/
        if (isset($_SESSION['objectinfo'])){
-               $display= print_header(get_template_path('images/conference.png'), _("conference management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+               $display= print_header(get_template_path('images/conference.png'), _("Conference management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
        } else {
-               $display= print_header(get_template_path('images/conference.png'), _("conference management"));
+               $display= print_header(get_template_path('images/conference.png'), _("Conference management"));
        }
 
        /* Reset requested? */