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
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

Kars-T - January 2, 2009 - 18:35
Status:active» fixed

Fixed afaik

#2

mgifford - January 6, 2009 - 16:25
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

Kars-T - January 7, 2009 - 13:14
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

Kars-T - January 16, 2009 - 11:27
Version:6.x-1.1» 5.x-1.10
Status:active» fixed

The D5 1.10 has this fixed

#5

System Message - January 30, 2009 - 11:30
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.