mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
[ticket/8041] Wrap forum name, topic title and pm folder name with quotes
PHPBB3-8041
This commit is contained in:
@@ -600,7 +600,8 @@ $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 %s',
|
||||
'RETURN_TO' => 'Return to “%s”',
|
||||
'RETURN_TO_INDEX' => 'Return to Board Index',
|
||||
'FEED' => 'Feed',
|
||||
'FEED_NEWS' => 'News',
|
||||
'FEED_TOPICS_ACTIVE' => 'Active Topics',
|
||||
|
Reference in New Issue
Block a user