From e4394c08593faef01cb47906cdd02b6a9a22203d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 9 Jun 2024 12:35:40 +0100 Subject: [PATCH] [feature/bbcode-icon-name] Add appearance string to languages PHPBB3-17326 --- phpBB/language/en/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 1f4fc9f6a8..3313a2af68 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -84,6 +84,7 @@ $lang = array_merge($lang, array( 'ALL_TOPICS' => 'All Topics', 'ALT_TEXT' => 'Alternative text', 'AND' => 'And', + 'APPEARANCE' => 'Appearance', 'ARE_WATCHING_FORUM' => 'You have subscribed to be notified of new posts in this forum.', 'ARE_WATCHING_TOPIC' => 'You have subscribed to be notified of new posts in this topic.', 'ASCENDING' => 'Ascending',