It's possible to use the t (translate) function so it can be translatable?
Line 491
else {
$emailtype = 'page';
if (!empty($_GET['cid'])) {
$cid = '?cid='. $_GET['cid'];
}
$form_state['values']['path'] .= $cid;
drupal_set_title(check_plain(variable_get('forward_page_title', t('Forward this page'))));
}
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | forward.patch | 988 bytes | justageek |
| #4 | forward.patch | 910 bytes | justageek |
Comments
Comment #1
YK85 commented+1 for more translatability
Comment #2
maerys commentedthat would be great!
Comment #3
makangus commentedI did this instead to translate a custom title.
Comment #4
justageek commentedI have created a patch file that fixes the 2 spots where the page title is set, both are run through the t() function in the patch.
Comment #5
justageek commentedHere is better patch file, first one didn't have correct path desingations in patch file
Comment #6
john.oltman commentedThis was committed to 6.x-1.x-DEV a while back and is a duplicate of #1033660