Code

Fixed strings
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 Mar 2008 13:22:23 +0000 (13:22 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 Mar 2008 13:22:23 +0000 (13:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9898 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/class_gotomasses.inc

index bc0668db9323c3d93983b3998a50787349bd3fce..4195fc1a23254d4052d0c7ceb402acc3aa91f27b 100644 (file)
@@ -439,7 +439,7 @@ class gotomasses extends plugin
 
         /* Show activation? */
         if ($percent == "goto-activation"){
-          $status = "<img class='center' src='images/status_stopped.png' alt=''>&nbsp;"._("Activation");
+          $status = "<img class='center' src='images/status_stopped.png' alt=''>&nbsp;"._("Locked");
 
         /* Show hardware detect? */
         } elseif ($percent == "goto-hardware-detection") {