Closed (fixed)
Project:
IMCE
Version:
6.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 09:11 UTC
Updated:
4 Dec 2009 at 19:00 UTC
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
Comment #1
ufku commentedThe 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'.