From: cajus Date: Tue, 2 May 2006 07:38:27 +0000 (+0000) Subject: Fixed spelling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd1d90fc72880ff0817dca72af1279cae82d9faf;p=gosa.git Fixed spelling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3178 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc index 51b124383..9c594658d 100644 --- a/plugins/admin/systems/class_printGeneric.inc +++ b/plugins/admin/systems/class_printGeneric.inc @@ -222,12 +222,12 @@ class printgeneric extends plugin /* Call parent execute */ plugin::execute(); - /* If type of printer couldn't be detected (because of missing parent object in construcktion) + /* If type of printer couldn't be detected (because of missing parent object in construction) * hide this tab. */ if($this->BelongsTo == "unknown"){ $display= $this->show_header(_("Add printer extension"), - _("Could not intialize printer tab, parameter parent was missing while construcktion."),TRUE,TRUE); + _("Could not intialize printer tab, parameter parent was missing while construction."),TRUE,TRUE); return($display); }