Closed (outdated)
Project:
String Overrides
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 14:33 UTC
Updated:
31 May 2016 at 22:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Crell commentedCheck to make sure that the string you are trying to override is actually called through t(). If it's not, that's a bug in the original module.
Comment #2
moshe weitzman commentedAlso see #244081: trying to replace all OG titles "Group" or "Groups"
Comment #3
capellicI am having trouble with "Forum", "Forums", "forum" and "forums".
You would think that a core module would be using the t() function?
Take a look at the screenshot and you will see that the only thing that is changing is the column title on the list of Forums.. err.. Discussions! ;-)
Comment #4
capellic#2 marked this issue as duplicate, but it referred to itself as the duplicate. Endless loop! ;-)
This is still a bug.
I'm looking at forum-list.tpl.php right now and I see that "Forum" is passed through t().
Comment #5
Crell commented