Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.config.js |
— | — | @@ -936,7 +936,7 @@ |
937 | 937 | { |
938 | 938 | 'description': { 'htmlMsg': 'wikieditor-toolbar-help-content-file-description' }, |
939 | 939 | 'syntax': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-syntax', fileNamespace ] }, |
940 | | - 'result': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-result', mw.get( 'stylepath' ) ] } |
| 940 | + 'result': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-result', mw.config.get( 'stylepath' ) ] } |
941 | 941 | } |
942 | 942 | ] |
943 | 943 | }, |