diff options
author | Cesar G <prototech91@gmail.com> | 2014-03-20 02:33:19 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-04-15 08:56:34 -0700 |
commit | eae37267a5dd88233af8c8d93b1f9c8d80dc4757 (patch) | |
tree | 32f6fc01d1462c673b27eabfb1a0f4ae2c7de274 /phpBB/language/en/common.php | |
parent | 7d4be1fe195061fa9ff38d2b83480874843d36bb (diff) | |
download | forums-eae37267a5dd88233af8c8d93b1f9c8d80dc4757.tar forums-eae37267a5dd88233af8c8d93b1f9c8d80dc4757.tar.gz forums-eae37267a5dd88233af8c8d93b1f9c8d80dc4757.tar.bz2 forums-eae37267a5dd88233af8c8d93b1f9c8d80dc4757.tar.xz forums-eae37267a5dd88233af8c8d93b1f9c8d80dc4757.zip |
[ticket/12265] Simplify contact icon design and move to dropdown.
PHPBB3-12265
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 677b228cc6..0bbc731e13 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -167,6 +167,7 @@ $lang = array_merge($lang, array( 'CONGRATULATIONS' => 'Congratulations to', 'CONNECTION_FAILED' => 'Connection failed.', 'CONNECTION_SUCCESS' => 'Connection was successful!', + 'CONTACT_USER' => 'Contact', 'COOKIES_DELETED' => 'All board cookies successfully deleted.', 'CURRENT_TIME' => 'It is currently %s', |