From: cajus Date: Wed, 17 Aug 2005 10:12:57 +0000 (+0000) Subject: Updated spelling stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4d2ae6c71adc96b10e786d727bce4e4cd6c44fcf;p=gosa.git Updated spelling stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1172 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc index 27b858ee7..34ff88093 100644 --- a/plugins/gofon/conference/class_phoneConferenceManagment.inc +++ b/plugins/gofon/conference/class_phoneConferenceManagment.inc @@ -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 */ diff --git a/plugins/gofon/conference/headpage.tpl b/plugins/gofon/conference/headpage.tpl index 3524f9265..d130bca43 100644 --- a/plugins/gofon/conference/headpage.tpl +++ b/plugins/gofon/conference/headpage.tpl @@ -21,7 +21,7 @@

- {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}

diff --git a/plugins/gofon/conference/main.inc b/plugins/gofon/conference/main.inc index 98b665dff..8d78cdcea 100644 --- a/plugins/gofon/conference/main.inc +++ b/plugins/gofon/conference/main.inc @@ -35,9 +35,9 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/conference.png'), _("conference management"), "\"\" ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/conference.png'), _("Conference management"), "\"\" ".$_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? */