diff options
author | Gilles-Philippe Morin <gphmorin@gmail.com> | 2015-01-13 22:10:21 -0500 |
---|---|---|
committer | Gilles-Philippe Morin <gphmorin@gmail.com> | 2015-01-13 22:10:21 -0500 |
commit | dca6aaca5c13a4a9f3fd386d65cb44122cedaaf7 (patch) | |
tree | 646acd3545b0e41013a834352b9da8cc37b28c7f /inc/lang/en | |
parent | 0691b613d70384231aa790f77045b9914743bf7a (diff) | |
download | rpg-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/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 2 |
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'; |