Code

Updated goto locales
[gosa.git] / gosa-plugins / goto / admin / ConfigManagement / class_TemplateWidget_textEditor.inc
index d3bc4fb432caab066a387a21aeb8c6372a1bbb02..7c824f4f14991d6852f291bb5a024d10d8c67686 100644 (file)
@@ -64,7 +64,7 @@ class TemplateWidget_textEditor extends TemplateWidget
     {
         $msgs = TemplateWidget::check();
         if($this->mb_extension && !$this->write_protect && $this->enc_after_edit !== $this->enc_before_edit ){
-            $msg = sprintf(_("The text encodig has changed from %s to %s. Do you really want to save?"),
+            $msg = sprintf(_("The text encoding has changed from %s to %s. Do you really want to save?"),
                     bold($this->enc_before_edit),bold($this->enc_after_edit));
             $msgs[] = $msg;
             $this->enc_before_edit = $this->enc_after_edit;