Code

Updated strings
[gosa.git] / gosa-plugins / goto / admin / ConfigManagement / class_TemplateWidget_textEditor.inc
index 4fc28545c1652e38f68dfc8d99d42382db89ef97..d3bc4fb432caab066a387a21aeb8c6372a1bbb02 100644 (file)
@@ -64,8 +64,8 @@ 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?"),
-                    "<i>".$this->enc_before_edit."</i>","<i>".$this->enc_after_edit."</i>");
+            $msg = sprintf(_("The text encodig 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;
         }