diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-01-15 12:08:45 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-01-15 12:08:45 +0100 |
commit | 2c8221cad896df23a791c637c9efdf586c829d73 (patch) | |
tree | e901d3668e829480c5b32b0b2a39187c9ecb7a25 | |
parent | 208f4580295554c94e23377a4e02288bd5251908 (diff) | |
parent | dca6aaca5c13a4a9f3fd386d65cb44122cedaaf7 (diff) | |
download | rpg-2c8221cad896df23a791c637c9efdf586c829d73.tar.gz rpg-2c8221cad896df23a791c637c9efdf586c829d73.tar.bz2 |
Merge pull request #1005 from maliktunga/master
"Recent changes" becomes "Recent Changes"
-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'; |