Closed (fixed)
Project:
String Overrides
Version:
7.x-1.8
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2013 at 18:57 UTC
Updated:
22 Feb 2013 at 10:20 UTC
I installed the module and gave it a test by providing a string that is a title of a page. I even tried page content. No strings are being overwritten anywhere. Some assistance would be nice as I would prefer to not have to override the strings using javascript. :D
Comments
Comment #1
outlierdavid commentedI found the issue, though, I do not think it's a String Override problem. The verbiage I was attempting to change was the title of the commerce module which was hard coded. The module title was not passing through the t('function') and thus could not be changed by String Override.
Adding the t('function') to the module fixed ONE of the strings I wanted to replace.
Comment #2
Rustan commented