]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/jscripts/tiny_mce/utils/editable_selects.js
update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks
[friendica.git] / library / tinymce / jscripts / tiny_mce / utils / editable_selects.js
old mode 100755 (executable)
new mode 100644 (file)
index fd943c0..4b920f3
@@ -16,7 +16,7 @@ var TinyMCE_EditableSelects = {
 \r
                for (i=0; i<nl.length; i++) {\r
                        if (nl[i].className.indexOf('mceEditableSelect') != -1) {\r
-                               o = new Option('(value)', '__mce_add_custom__');\r
+                               o = new Option(tinyMCEPopup.editor.translate('value'), '__mce_add_custom__');\r
 \r
                                o.className = 'mceAddSelectValue';\r
 \r