For internationalisation use t()-function for titles.

Example:
inseat of

 $form['value']['time']['#title'] = 'From time';

use

 $form['value']['time']['#title'] = t('From time');
CommentFileSizeAuthor
#1 1027638.date_single_day.missing-t.patch933 bytesjoachim

Comments

joachim’s picture

Category: feature » bug
Status: Active » Fixed
StatusFileSize
new933 bytes

Oops!

Thanks for reporting this.

Committed the attached patch.

TobiasR-1’s picture

You have forgotten line 135:
$form['value']['date']['#title'] = 'Date';

joachim’s picture

Status: Fixed » Active
joachim’s picture

Status: Active » Fixed

Fixed. Thanks for checking this!

Status: Fixed » Closed (fixed)

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