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

kars-t’s picture

Status: Active » Fixed

Fixed afaik

mgifford’s picture

Version: 5.x-1.4 » 6.x-1.1

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

kars-t’s picture

Assigned: Unassigned » kars-t
Priority: Normal » Minor
Status: Fixed » Active

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

kars-t’s picture

Version: 6.x-1.1 » 5.x-1.10
Status: Active » Fixed

The D5 1.10 has this fixed

Status: Fixed » Closed (fixed)

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