submit button has no string translation
mroots - August 5, 2008 - 00:32
| Project: | ecard |
| Version: | 5.x-1.10 |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Kars-T |
| Status: | closed |
Jump to:
Description
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')
#1
Fixed afaik
#2
Doesn'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
#3
Hi,
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
#4
The D5 1.10 has this fixed
#5
Automatically closed -- issue fixed for 2 weeks with no activity.