Is it possible to re-word the text shown in this image marked red? I've gone through like 9 php file's and can't seem to find anything even related too them.
![[Image: hyguyuy.png]](https://camo.mybb.com/e0422b812b555f91de917d0621f5fb7d8a5dc021/687474703a2f2f682e696d616765686f73742e6f72672f303532352f687967757975792e706e67)
It is in a language file. It is in inc>languages>english>admin>index.lang.php
(2009-07-16, 03:27 AM)skywalker2208 Wrote: [ -> ]It is in a language file. It is in inc>languages>english>admin>index.lang.php
You sure because I don't even have that file in there, I have global.lang.php the rest are config, forum, tool's and user files.
I would think you should have it. That is where it is located for me when I do a search in the files.
$l['private_messages'] = "Private Messages";
$l['pms_new'] = "You have {1} new messages since your last visit.";
$l['pms_unread_total'] = "(You have {1} unread messages and {2} total messages in all of your folders.)";
$l['stats_posts_threads'] = "Our members have made a total of {1} posts in {2} threads.";
$l['stats_numusers'] = "We currently have {1} members registered.";
$l['stats_newestuser'] = "Please welcome our newest member, <b>{1}</b>";
$l['stats_mostonline'] = "The most users online at one time was {1} on {2} at {3}";
$l['whos_online'] = "Who's Online";
Ok i do have one but not in the correct path you gave mine is located in inc>languages>english>index.lang.php not sure why though.
Thank's skywalker2208

He gave you the wrong path, is why. Glad you worked it out.