Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Jun 2009 08:21:25 +0000 (08:21 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Jun 2009 08:21:25 +0000 (08:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13830 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiTemplateEdit.inc

index 05993911302fd287f6ad580ec8bd6ad43c8cc9d4..9cb844e0815d5f8e50764124f3c08b803eb05f21 100644 (file)
@@ -57,7 +57,7 @@ class faiTemplateEdit extends plugin
   {
     $message = array();
     if($this->mb_extension && !$this->write_protect && $this->enc_after_edit !== $this->enc_before_edit ){
-      $msg = sprintf(_("The file encodig has changed from '%s' to '%s', do you really want to save?"),
+      $msg = sprintf(_("The file encodig has changed from '%s' to '%s'. Do you really want to save?"),
         "<i>".$this->enc_before_edit."</i>","<i>".$this->enc_after_edit."</i>");
       $message[] = $msg;
       $this->enc_before_edit = $this->enc_after_edit;