diff options
| author | Nils Adermann <naderman@naderman.de> | 2013-07-13 13:14:48 -0400 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2013-07-13 13:14:48 -0400 |
| commit | 034155531446acd13b497cd25fa7528ce7cdf9c6 (patch) | |
| tree | 4db8bf1dc8236e5222b5fb06a69771332910b548 /phpBB/language/en/help_faq.php | |
| parent | 4b8126585deb74bf9c9e4dbbcf22a66a4ed588a9 (diff) | |
| parent | 2aff3b19dfaebbbf561abbce9292aa1be53e8ef6 (diff) | |
| download | forums-034155531446acd13b497cd25fa7528ce7cdf9c6.tar forums-034155531446acd13b497cd25fa7528ce7cdf9c6.tar.gz forums-034155531446acd13b497cd25fa7528ce7cdf9c6.tar.bz2 forums-034155531446acd13b497cd25fa7528ce7cdf9c6.tar.xz forums-034155531446acd13b497cd25fa7528ce7cdf9c6.zip | |
Merge branch 'prep-release-3.0.12' into develop-olympus
* prep-release-3.0.12:
[ticket/11112] Do not change opensource.org link to https
[ticket/11112] Use https for user-visible links to phpbb.com
Diffstat (limited to 'phpBB/language/en/help_faq.php')
| -rw-r--r-- | phpBB/language/en/help_faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php index c500917d58..dab66779c3 100644 --- a/phpBB/language/en/help_faq.php +++ b/phpBB/language/en/help_faq.php @@ -329,7 +329,7 @@ $help = array( ), array( 0 => 'Who wrote this bulletin board?', - 1 => 'This software (in its unmodified form) is produced, released and is copyright <a href="http://www.phpbb.com/">phpBB Group</a>. It is made available under the GNU General Public License and may be freely distributed. See the link for more details.' + 1 => 'This software (in its unmodified form) is produced, released and is copyright <a href="https://www.phpbb.com/">phpBB Group</a>. It is made available under the GNU General Public License and may be freely distributed. See the link for more details.' ), array( 0 => 'Why isn’t X feature available?', |
