I'm trying to rename the 'send to bueditor' button to something more user friendly(for my site), like 'Insert image'. I feel like i've tried everything and the only results i'm having is either nothing visually changes, I lose the botton, or I lose all of the buttons.

how can I do this?

Comments

ufku’s picture

Status: Active » Fixed

The string is actually 'Send to @app' and the '@app' part is replaced by the editor name. This is done in BUE's default_buttons_functions.js

You can override this text by either changing it in the js file or by using the stringoverrides module which is capable of overriding any translatable string in drupal.

FYI, in BUE 6.x-2.x this text was changed to 'Send to editor'.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.