diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-02-19 21:28:52 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-03 14:20:28 +0100 |
commit | f9b46a4ae7d106cb765a762acf2e6a362e5b636d (patch) | |
tree | d7568c37e3d16022abc290663ffe5a35d9c97e7e /phpBB/language/en/acp/common.php | |
parent | cba4f4f568028d2eb019ddde0eded62799e1b377 (diff) | |
download | forums-f9b46a4ae7d106cb765a762acf2e6a362e5b636d.tar forums-f9b46a4ae7d106cb765a762acf2e6a362e5b636d.tar.gz forums-f9b46a4ae7d106cb765a762acf2e6a362e5b636d.tar.bz2 forums-f9b46a4ae7d106cb765a762acf2e6a362e5b636d.tar.xz forums-f9b46a4ae7d106cb765a762acf2e6a362e5b636d.zip |
[ticket/14492] Remove not needed language entry
PHPBB3-14492
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 592021624b..5b747acd55 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -487,7 +487,6 @@ $lang = array_merge($lang, array( 'SHOW_STATISTICS' => 'Show details', 'THANKS_SEND_STATISTICS' => 'Thank you for submitting your information.', 'FAIL_SEND_STATISTICS' => 'phpBB was unable to send statistics', - 'EXPLAIN_ENABLE_VIGLINK' => 'Viglink is a non-invasive third-party service that will monetize existing links posted by users of your forum. When visitors click on those existing links and perform certain actions, such as shopping, the merchants pay VigLink a commission, of which a share is donated to the phpBB project. By agreeing to enable VigLink and donating proceeds to the phpBB project, you are supporting our open source organization and ensuring our continued financial security.<br /><br />You can change these settings at any time in VigLink settings panel.', )); // Log Entries |