afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-04-06 05:27 pm

[dw-free] stray 'livejournal' in rte tooltips

[commit: http://hg.dwscoalition.org/dw-free/rev/77ee8cc2ca3b]

http://bugs.dwscoalition.org/show_bug.cgi?id=682

Remove 'LiveJournal' from poll tooltip in RTE

Patch by [personal profile] rho.

Files modified:
  • htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js
--------------------------------------------------------------------------------
diff -r 09c25acf76de -r 77ee8cc2ca3b htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js
--- a/htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js	Mon Apr 06 17:00:14 2009 +0000
+++ b/htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js	Mon Apr 06 17:26:55 2009 +0000
@@ -342,7 +342,7 @@ if (top.canmakepoll == false) {
 }
 
 // Create the toolbar button.
-var oLJPollLink = new FCKToolbarButton('LJPollLink', 'LiveJournal Poll');
+var oLJPollLink = new FCKToolbarButton('LJPollLink', 'Poll');
 oLJPollLink.IconPath = FCKConfig.PluginsPath + 'livejournal/ljpoll.gif' ;
 
 // Register the button to use in the config
--------------------------------------------------------------------------------