diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-12 00:56:07 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-12 01:05:05 +0100 |
commit | 9419edd6862aabf59a989ab7cb88d938cf3b0247 (patch) | |
tree | 3fb1dbd3fc3454bb7b80a24d4a43319e67d84434 /phpBB/language | |
parent | ad6fda57764d2635741fc07f3db32fbe42057b72 (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/language/en/acp/common.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/common.php | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 0e867c64a9..a44002559a 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -288,7 +288,6 @@ $lang = array_merge($lang, array( 'RESYNC' => 'Resynchronise', 'RESYNC_FILES_STATS' => 'Resynchronise files statistics', 'RESYNC_FILES_STATS_EXPLAIN' => 'Recalculates the total number and size of files attached to posts and private messages.', - 'RETURN_TO' => 'Return to…', 'SELECT_ANONYMOUS' => 'Select anonymous user', 'SELECT_OPTION' => 'Select option', 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', |