Browse Source

Removed extra [ and fixed tooltip of the move tag - thanks Antes and Oldies for finding the errors

Signed-off-by: emanuele <[email protected]>
emanuele 11 years ago
parent
commit
4c6bdf2aed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Themes/default/scripts/jquery.sceditor.smf.js

+ 2 - 2
Themes/default/scripts/jquery.sceditor.smf.js

@@ -250,8 +250,8 @@ $.sceditor.command.set(
 );
 $.sceditor.command.set(
 	'move', {
-		tooltip: 'Teletype',
-		txtExec: ["[[move]", "[/move]"],
+		tooltip: 'Marquee',
+		txtExec: ["[move]", "[/move]"],
 		exec: function () {
 			this.wysiwygEditorInsertHtml('<marquee>', '</marquee>');
 		}