In file clone.module can we change near line 48 of function clone_menu() (using 7.x-1.0-beta1)
from
'title' => 'Clone content',
to
t('title' => 'Clone content'),
This allows us to change the action link label from "Clone content"
to anything we want using module http://drupal.org/project/stringoverrides
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | action_link_title_1391982.patch | 728 bytes | wonder95 |
| #1 | action_link_title_1391982.patch | 971 bytes | wonder95 |
Comments
Comment #1
wonder95 commentedSure, feel free to submit a patch like this (attached).
As a side note, I'm not sure what's deleting the space in clone_admin_paths(), because I didn't do it (this is the second patch for clone.module where that's been picked up).
Comment #2
wonder95 commentedRe-rolled patch is attached that only fixes clone_menu() (I had to turn off an IDE setting. D'oh!).
Comment #3
pwolanin commentedno, it's already passed through t() by the menu system.