Closed (works as designed)
Project:
String Overrides
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 11:08 UTC
Updated:
13 Apr 2012 at 12:39 UTC
Hi,
I am bit confused how to achieve this. there is a string in the comment module like this:
return t('<a href="@login">Log in</a> or <a href="@register">register</a> to post comments', array('@login' => url('user/login', array('query' => $destination)), '@register' => url('user/register', array('query' => $destination))));
I want to override only the part "to post comments" to "to post reviews"
How do I go about this?
Thanks for your help,
Perry.
Comments
Comment #1
robloachSource:
Replacement:
Comment #2
prabhatjn commentedThanks Rob for your quick reply. It is working good now.
P.