From: hickert Date: Tue, 11 Mar 2008 07:13:01 +0000 (+0000) Subject: Updated strings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=810f3cadb803e33b9c692790cc5333db9e5b8618;p=gosa.git Updated strings git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9641 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/faxaccount/main.inc b/gosa-plugins/gofax/gofax/faxaccount/main.inc index bcd59930a..8e3aa86e5 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/main.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/main.inc @@ -89,16 +89,16 @@ if (!$remove_lock){ /* Are we in edit mode? */ if (session::is_set('edit')){ - $display.= "\n"; + $display.= "\n"; $display.= " \n"; - $display.= "\n"; + $display.= "\n"; $info= " ".$ui->dn." "; } else { $info= "\"\" ".$ui->dn." "; if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/gofaxAccount"))){ $info.= "\"\""._("Click the 'Edit' button below to change informations in this dialog"); - $display.= ""; + $display.= ""; } $display.= "\n"; }