Projet

Général

Profil

Révision 8fa03d70

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media_ckeditor/js/plugins/media/plugin.js
89 89

  
90 90
        editor.addMenuGroup('mediaGroup');
91 91
        editor.addMenuItem('mediaConfigureItem', {
92
          label: Drupal.t('Media settings'),
92
          label: Drupal.settings.media_ckeditor.labels['settings'],
93 93
          icon: this.path + 'images/icon.gif',
94 94
          command: 'mediaConfigure',
95 95
          group: 'mediaGroup'
......
106 106
      // Add the toolbar button.
107 107
      editor.ui.addButton( 'Media',
108 108
      {
109
        label: 'Add media',
109
        label: Drupal.settings.media_ckeditor.labels['add'],
110 110
        command: 'media'
111 111
      });
112 112

  

Formats disponibles : Unified diff