From: cajus Date: Tue, 21 Aug 2007 09:50:15 +0000 (+0000) Subject: Shortened string X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d5755d534325e1513b86f992e291bc0c5ae9bba;p=gosa.git Shortened string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7087 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/addons/gotomasses/main.inc b/plugins/addons/gotomasses/main.inc index d564f1620..abe913f4b 100644 --- a/plugins/addons/gotomasses/main.inc +++ b/plugins/addons/gotomasses/main.inc @@ -48,7 +48,7 @@ if (!$remove_lock){ $display= $gotomasses->execute (); /* Page header*/ - $display= print_header(get_template_path('images/system.png'), _("System mass deployment")).$display; + $display= print_header(get_template_path('images/system.png'), _("System deployment")).$display; /* Store changes in session */ $_SESSION['gotomasses']= $gotomasses;