I need to change the text of 'Departure date' and 'Arrival date' to something else. It would be great to have a setting to do this, rather than rely on something like String Overrides.

Comments

glennnz’s picture

Issue summary: View changes

Updated due to more info

fietserwin’s picture

Version: 7.x-3.2 » 7.x-4.x-dev

I have no intention to add a UI for this to the module itself, although I could use it myself as well. So this will either be a dependency on string overrides (for English, normal translation interface otherwise) or the variable module that provides a default interface for changing/setting variables. (Currently, I know of the Colorbox module that does so.)

You can speed this up by:
- creating a list of all strings that may need customisation
- writing a patch that changes all these strings into variables
- extending this patch (or writing a follow-up patch) with an implementation of (all) the hook(s) that the variable module needs.

fietserwin’s picture

Issue summary: View changes

Corrected incorrectness

fietserwin’s picture

Version: 7.x-4.x-dev » 7.x-5.x-dev
Issue summary: View changes
Status: Active » Fixed

I added this feature via the variable module.

If UI texts are missing do not hesitate to inform me.

Status: Fixed » Closed (fixed)

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