[pLog-svn] r4480 - plog/trunk/js/tinymce/plugins/more/langs

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jan 3 22:45:16 GMT 2007


Author: oscar
Date: 2007-01-03 22:45:16 +0000 (Wed, 03 Jan 2007)
New Revision: 4480

Modified:
   plog/trunk/js/tinymce/plugins/more/langs/en.js
Log:
Removed an unnecessary comma (which did not bother Firefox but caused IE and Safari to throw a javascript error)

Modified: plog/trunk/js/tinymce/plugins/more/langs/en.js
===================================================================
--- plog/trunk/js/tinymce/plugins/more/langs/en.js	2007-01-03 22:40:12 UTC (rev 4479)
+++ plog/trunk/js/tinymce/plugins/more/langs/en.js	2007-01-03 22:45:16 UTC (rev 4480)
@@ -2,5 +2,5 @@
 
 tinyMCE.addToLang('',{
 more_more_button : 'Split post with More tag',
-more_more_alt : 'More...',
+more_more_alt : 'More...'
 });



More information about the pLog-svn mailing list