Code

get rid of the div stuff
[gosa.git] / 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;