summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorGilles-Philippe Morin <gphmorin@gmail.com>2015-01-13 22:10:21 -0500
committerGilles-Philippe Morin <gphmorin@gmail.com>2015-01-13 22:10:21 -0500
commitdca6aaca5c13a4a9f3fd386d65cb44122cedaaf7 (patch)
tree646acd3545b0e41013a834352b9da8cc37b28c7f /inc
parent0691b613d70384231aa790f77045b9914743bf7a (diff)
downloadrpg-dca6aaca5c13a4a9f3fd386d65cb44122cedaaf7.tar.gz
rpg-dca6aaca5c13a4a9f3fd386d65cb44122cedaaf7.tar.bz2
"Recent changes" becomes "Recent Changes"
To improve consistency: it is surrounded by "Update Profile" and "Media Manager".
Diffstat (limited to 'inc')
-rw-r--r--inc/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index fb455f85f..92eb636ed 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -27,7 +27,7 @@ $lang['btn_top'] = 'Back to top';
$lang['btn_newer'] = '<< more recent';
$lang['btn_older'] = 'less recent >>';
$lang['btn_revs'] = 'Old revisions';
-$lang['btn_recent'] = 'Recent changes';
+$lang['btn_recent'] = 'Recent Changes';
$lang['btn_upload'] = 'Upload';
$lang['btn_cancel'] = 'Cancel';
$lang['btn_index'] = 'Sitemap';