Code

Updated name of devices
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 14:41:11 +0000 (14:41 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 14:41:11 +0000 (14:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10172 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/devices/class_deviceManagement.inc
gosa-plugins/goto/admin/devices/main.inc

index 9d216aa6a555f8d6ac43ce58ab259e00cf4a93bf..3d4b4131b890051016c14378e7533a15daf303e5 100644 (file)
@@ -4,8 +4,8 @@ class deviceManagement extends plugin
 {
 
   /* Definitions */
-  var $plHeadline     = "Devices";
-  var $plDescription  = "Manage devices";
+  var $plHeadline     = "Hotplug devices";
+  var $plDescription  = "Manage hotplug devices";
 
   /* Dialog attributes */
   var $ui                             = NULL;
index 45209ca642c2deecc1400b30becfaf5dea3a38db..33f84118a824505869b449d0fd75d98f18f3f36e 100644 (file)
@@ -39,9 +39,9 @@ if ($remove_lock){
 
                /* Page header*/
                if (session::is_set('objectinfo')){
-                               $display= print_header(get_template_path('images/devices.png'), _("Device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+                               $display= print_header(get_template_path('images/devices.png'), _("Hotplug device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
                } else {
-                               $display= print_header(get_template_path('images/devices.png'), _("Device management"));
+                               $display= print_header(get_template_path('images/devices.png'), _("Hotplug device management"));
                }
 
                /* Reset requested? */