Closed (fixed)
Project:
Forward
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Apr 2011 at 15:05 UTC
Updated:
30 Apr 2011 at 00:25 UTC
The title of the Forward page is not wrapped in the t() function. Therefore it is not translatable.
Changing line 522 in forward.module from:
drupal_set_title(variable_get('forward_email_title', 'Forward this page to a friend'));
to this:
drupal_set_title(t(variable_get('forward_email_title', 'Forward this page to a friend')));
Comments
Comment #1
john.oltman commentedFix committed, please pull down the latest 7.x DEV release after it finishes building and let me know if it works now. Also got the ePostcard title while I was in there.
Comment #2
john.oltman commentedComment #3
marty2081 commentedTitle translation works now.
Comment #4
john.oltman commented