summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-01-15 12:08:45 +0100
committerAndreas Gohr <andi@splitbrain.org>2015-01-15 12:08:45 +0100
commit2c8221cad896df23a791c637c9efdf586c829d73 (patch)
treee901d3668e829480c5b32b0b2a39187c9ecb7a25
parent208f4580295554c94e23377a4e02288bd5251908 (diff)
parentdca6aaca5c13a4a9f3fd386d65cb44122cedaaf7 (diff)
downloadrpg-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.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';