XF 1.3 phrase question

mokujin

Member
Hello,
I would like to ask you if anyone knows where phrase "likes_you_user1_user2_and_1_other_like_this" is localated in php file?
Thank you :D
 
/library/XenForo/Template/Helper/Core.php line 506

PHP:
            case 4: return new XenForo_Phrase(($youLikeThis
                ? 'likes_you_user1_user2_and_1_other_like_this'
                : 'likes_user1_user2_user3_and_1_other_like_this'), $phraseParams, false);
 
Top Bottom