Download & Extend

Question edit for "submit" button retitled incorrectly

Project:Answers
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:chipcleary
Status:closed (fixed)

Issue Summary

There is a bug in how the submit button is retitled. This is causing a line of text "Ask Your Question" to show up above the submit button.

Comments

#1

Patch attached and committed to 6.x-2.x-dev.

Was:

  $form['actions']['submit']['#value'] = t('Ask Your Question');

Changed to:

  $form['buttons']['submit']['#value'] = t('Ask Your Question');
AttachmentSize
0001-Issue-1412204-by-chipcleary-Fix-bug-in-retitling-the.patch 1.01 KB

#2

Status:active» fixed

#3

Status:fixed» closed (fixed)

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