Plugin Directory

Changeset 1683508


Ignore:
Timestamp:
06/22/2017 02:07:47 PM (9 years ago)
Author:
darkyudex
Message:

Correction du label du bouton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dpepress/trunk/js/plugin-tinymce/dpepress-plugin-tinymce.js

    r1683498 r1683508  
    3333        // https://www.tinymce.com/docs/demo/custom-toolbar-button/
    3434        editor.addButton('dpepress', {
    35             title: 'Ajouter DPE',
     35            title: 'Ajouter un Diagnostic',
    3636            image: url + '/dpe-icon.png',
    3737            onclick: set_shortcodes_atts( editor, {
     
    4444                            {text: 'DPE', value: 'dpe'},
    4545                            {text: 'GES', value: 'ges'},
    46                             {text: 'Energie (Frigos)', value: 'frigo'}
     46                            {text: 'Energie', value: 'frigo'}
    4747                        ]
    4848                    },
Note: See TracChangeset for help on using the changeset viewer.