aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-12 00:56:07 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-12 01:05:05 +0100
commit9419edd6862aabf59a989ab7cb88d938cf3b0247 (patch)
tree3fb1dbd3fc3454bb7b80a24d4a43319e67d84434 /phpBB/language/en/common.php
parentad6fda57764d2635741fc07f3db32fbe42057b72 (diff)
downloadforums-9419edd6862aabf59a989ab7cb88d938cf3b0247.tar
forums-9419edd6862aabf59a989ab7cb88d938cf3b0247.tar.gz
forums-9419edd6862aabf59a989ab7cb88d938cf3b0247.tar.bz2
forums-9419edd6862aabf59a989ab7cb88d938cf3b0247.tar.xz
forums-9419edd6862aabf59a989ab7cb88d938cf3b0247.zip
[ticket/8041] Merge item name into "Return to" string for better translations
PHPBB3-8041
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 1550271a3e..0385edcc41 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -600,7 +600,7 @@ $lang = array_merge($lang, array(
'RETURN_FORUM' => '%sReturn to the forum last visited%s',
'RETURN_PAGE' => '%sReturn to the previous page%s',
'RETURN_TOPIC' => '%sReturn to the topic last visited%s',
- 'RETURN_TO' => 'Return to',
+ 'RETURN_TO' => 'Return to %s',
'FEED' => 'Feed',
'FEED_NEWS' => 'News',
'FEED_TOPICS_ACTIVE' => 'Active Topics',