Closed (fixed)
Project:
Date single day
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Jan 2011 at 00:27 UTC
Updated:
29 Apr 2011 at 09:21 UTC
Jump to comment: Most recent file
For internationalisation use t()-function for titles.
Example:
inseat of
$form['value']['time']['#title'] = 'From time';
use
$form['value']['time']['#title'] = t('From time');
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1027638.date_single_day.missing-t.patch | 933 bytes | joachim |
Comments
Comment #1
joachim commentedOops!
Thanks for reporting this.
Committed the attached patch.
Comment #2
TobiasR-1 commentedYou have forgotten line 135:
$form['value']['date']['#title'] = 'Date';Comment #3
joachim commentedComment #4
joachim commentedFixed. Thanks for checking this!