summaryrefslogtreecommitdiff
path: root/inc/lang/en/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r--inc/lang/en/lang.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index fbde8cab0..dfe45bf83 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -269,11 +269,11 @@ $lang['mu_lasterr'] = 'Last error:';
$lang['recent_global'] = 'You\'re currently watching the changes inside the <b>%s</b> namespace. You can also <a href="%s">view the recent changes of the whole wiki</a>.';
-$lang['years'] = '%d years';
-$lang['months'] = '%d months';
-$lang['weeks'] = '%d weeks';
-$lang['days'] = '%d days';
-$lang['hours'] = '%d hours';
-$lang['seconds'] = '%d seconds';
+$lang['years'] = '%d years ago';
+$lang['months'] = '%d months ago';
+$lang['weeks'] = '%d weeks ago';
+$lang['days'] = '%d days ago';
+$lang['hours'] = '%d hours ago';
+$lang['seconds'] = '%d seconds ago';
//Setup VIM: ex: et ts=2 enc=utf-8 :