[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
rho.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=682
Remove 'LiveJournal' from poll tooltip in RTE
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 --------------------------------------------------------------------------------