Change 'like' to 'likes' |
| |||
Where can I change the script so that if somebody clicks on 'like' it says "<Name> likes this" instead of "<Name> like this"?
|
| |||
where do you see "<name> like this" ? i only see "(t) people like this" where (t) is the number of people
|
| |||
If somebody clicks the 'like' button to a post, it then comes up with, for example, "John like this" The site is very new (intalled yesterday) but you can see it at [url]http://www.7waysand7days.com/community[/url] and if you look at the newsfeed you will see a couple of examples.
|
| |||
i think: module jquery, jquery.php line 263 $msg = addslashes(t('like[b]s[/b] this'));
|
| |||
Thank you Falcone - that got it!
|
| |||
[quote=falcone]i think: module jquery, jquery.php line 263 $msg = addslashes(t('like[b]s[/b] this')); [/quote] Thanks! I was pulling my hair out trying to find this. Should be added to the next release.
|