Download & Extend

submit button has no string translation

Project:ecard
Version:5.x-1.10
Component:User interface
Category:bug report
Priority:minor
Assigned:Kars-T
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

Fixed afaik

#2

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

#3

Priority:normal» minor
Assigned to:Anonymous» Kars-T
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

#4

Version:6.x-1.1» 5.x-1.10
Status:active» fixed

The D5 1.10 has this fixed

#5

Status:fixed» closed (fixed)

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

nobody click here