#3626 fix hover text for button

This commit is contained in:
Alexander Meindl 2018-12-01 13:41:57 +01:00
parent ed9852f48b
commit 0a3f191bc8

View File

@ -1,7 +1,7 @@
/* global jsToolBar */ /* global jsToolBar */
jsToolBar.prototype.elements.macros = { jsToolBar.prototype.elements.macros = {
type: 'button', type: 'button',
title: '#{l(:label_macro_plural)}', title: 'Macro',
fn: { fn: {
wiki: function() { wiki: function() {
var This = this; var This = this;