British English / British English

Innacurate Time Stamp Label - British English

Innacurate Time Stamp Label

by mewickham » Thu Apr 06, 2017 10:17 pm

I have a suggestion. When you load a phpBB forum, a time stamp appears at the bottom of the header:
It is currently Thu Apr 06, 2017 4:52 pm
However, this is not a live clock. So, as long as the page is on screen, the item remains unchanged, and it continues to say that it is currently that exact same time. Of course, that is inaccurate if the page is more than a minute old. More than once, I have caught myself being fooled by it.

I suggest changing the following line in /language/en/common.php from:

Code: Select all

	'CURRENT_TIME'			=> 'It is currently %s',
to

Code: Select all

	'CURRENT_TIME'			=> 'Page loaded: %s',
And, of course, make the appropriate changes in the other language files.
Last edited by mewickham on Tue Mar 10, 2020 11:06 pm
mewickham
Registered User
Posts: 12
Joined: Tue Apr 04, 2017 8:18 pm

Re: Innacurate Time Stamp Label

by scootergrisen » Fri Mar 30, 2018 4:15 pm

This string contains double space in 3.2.2:

Code: Select all

'GROUP_MAX_RECIPIENTS_EXPLAIN'	=> 'The maximum number of allowed recipients in a private message.  The maximum for all groups of the user is used to determine the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.',
User avatar
scootergrisen
Translator
Posts: 257
Joined: Thu Aug 25, 2011 2:25 pm