Closed (fixed)
Project:
ecard
Version:
5.x-1.10
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
5 Aug 2008 at 00:32 UTC
Updated:
30 Jan 2009 at 11:30 UTC
Just a small translation issue
$form['block']['submit'] = array(
'#type' => 'submit',
'#value' => 'Send This Card'
should be something like:
$form['block']['submit'] = array(
'#type' => 'submit',
'#value' => t('Send This Card')
Comments
Comment #1
kars-t commentedFixed afaik
Comment #2
mgiffordDoesn't seem to be in the latest release (2008-May-13):
sites/all/modules/ecard$ grep -ir 'Send This Card' *
ecard.module: '#title' => t('Send this card'),
ecard.module: '#value' => 'Send This Card'
Mike
Comment #3
kars-t commentedHi,
please make a new Issue for this as it is the D6 Version and don't change the Version of this Issue. And even if you do you should mark it as acitve again ;)
I wil look into this.
Thanks,
Kars-T
Comment #4
kars-t commentedThe D5 1.10 has this fixed