aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2011-09-27 20:15:41 -0700
committerMatt Friedman <maf675@gmail.com>2011-09-27 20:15:41 -0700
commit9bea7c327846c7281dd5d1f78322ac0016c4dfc9 (patch)
tree244607f3ba4423e9b0d4ce2a389aa3fe2d903479 /phpBB/language/en/acp/board.php
parent2dca3c3c278e99cfd6cdbea7149063d160e4cc11 (diff)
downloadforums-9bea7c327846c7281dd5d1f78322ac0016c4dfc9.tar
forums-9bea7c327846c7281dd5d1f78322ac0016c4dfc9.tar.gz
forums-9bea7c327846c7281dd5d1f78322ac0016c4dfc9.tar.bz2
forums-9bea7c327846c7281dd5d1f78322ac0016c4dfc9.tar.xz
forums-9bea7c327846c7281dd5d1f78322ac0016c4dfc9.zip
[ticket/10390] Fix wording: fallback should be fall back
PHPBB3-10390
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 07102d4db3..7ead6c6628 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -357,7 +357,7 @@ $lang = array_merge($lang, array(
'LOAD_CPF_VIEWPROFILE' => 'Display custom profile fields in user profiles',
'LOAD_CPF_VIEWTOPIC' => 'Display custom profile fields on topic pages',
'LOAD_JQUERY_CDN' => 'Serve jQuery using Google’s CDN',
- 'LOAD_JQUERY_CDN_EXPLAIN' => 'If this setting is enabled, jQuery will be served from Google’s AJAX API CDN instead of the copy included with phpBB on your server. If the CDN fails, phpBB will attempt to fallback to the copy included with phpBB.',
+ 'LOAD_JQUERY_CDN_EXPLAIN' => 'If this setting is enabled, jQuery will be served from Google’s AJAX API CDN instead of the copy included with phpBB on your server. If the CDN fails, phpBB will attempt to fall back to the copy included with phpBB.',
'LOAD_USER_ACTIVITY' => 'Show user’s activity',
'LOAD_USER_ACTIVITY_EXPLAIN' => 'Displays active topic/forum in user profiles and user control panel. It is recommended to disable this on boards with more than one million posts.',
'RECOMPILE_STYLES' => 'Recompile stale style components',