can3p wrote in changelog

[livejournal] r19808: LJSUP-9580: Incorrect text var in RTE

Committer: dpetrov
LJSUP-9580: Incorrect text var in RTE
U   trunk/htdocs/js/ck/plugins/livejournal/plugin.js
Modified: trunk/htdocs/js/ck/plugins/livejournal/plugin.js
===================================================================
--- trunk/htdocs/js/ck/plugins/livejournal/plugin.js	2011-08-23 06:28:06 UTC (rev 19807)
+++ trunk/htdocs/js/ck/plugins/livejournal/plugin.js	2011-08-23 07:17:16 UTC (rev 19808)
@@ -494,7 +494,7 @@
 			});
 
 			editor.ui.addButton('LJLink', {
-				label: editor.lang.link.tollbar,
+				label: editor.lang.link.toolbar,
 				command: 'LJLink'
 			});
 
@@ -1274,4 +1274,4 @@
 		requires: ['fakeobjects', 'domiterator']
 	});
 
-})();
\ No newline at end of file
+})();