1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

Use "less than a minute ago" instead of "0 minutes ago"

Use "Sent: {DATE}" in pm's, instead of "Sent at: {DATE}"

git-svn-id: file:///svn/phpbb/trunk@9163 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-12-03 11:19:25 +00:00
parent 4e3d564be6
commit c076becc5a
3 changed files with 5 additions and 5 deletions

View File

@@ -691,7 +691,7 @@ $lang = array_merge($lang, array(
'TOMORROW' => 'Tomorrow',
'YESTERDAY' => 'Yesterday',
'AGO' => array(
0 => '%d minutes ago',
0 => 'less than a minute ago',
1 => '%d minute ago',
2 => '%d minutes ago',
60 => '1 hour ago',