MyBB Community Forums

Full Version: Where can I re-word this text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
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 Big Grin
He gave you the wrong path, is why. Glad you worked it out.