Closed (fixed)
Project:
Abuse
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2007 at 03:56 UTC
Updated:
16 Mar 2008 at 05:49 UTC
Can someone please let me know where I can change the "flag" page title and heading text on the Abuse submission form page (i.e. /abuse/report/node/2)? I've looked in the module file, and localization, but can't seem to find it.
Thanks,
Cary
Comments
Comment #1
jaydub commentedThe string 'flag' should come from the menu definition below. The string is wrapped in a t() function so it is translatable. I was able to successfully change 'flag' to 'report abuse' in my testing.
Comment #2
jaydub commentedComment #3
tj2653 commentedHi jaydub,
Sorry for not updating earlier, but I believe I had figured it out. I *believe* it might have been listed under an "admin/..." URL, and I didn't know at the time that t() strings in Localization would affect anything with the same string. I will try to check if that's indeed the case over the weekend, so we will be able to close this issue.
It's really nice to see you getting this module moving again. Would love to see a new dev release soon, with the various patches.
Thanks
Comment #4
tj2653 commentedAppears that this was the case, and that everything is fine. Thanks.