[ticket/10390] Fix a type-o - captialize AJAX

AJAX should be capitalized where it appears in the ACP as the
option: "Google AJAX API CDN"

PHPBB3-10390
This commit is contained in:
Matt Friedman 2011-09-25 18:16:46 -07:00
parent abb0f3f96d
commit d4fe81f8f0

View file

@ -555,7 +555,7 @@ $lang = array_merge($lang, array(
'JQUERY_HOST' => 'jQuery server',
'JQUERY_HOST_EXPLAIN' => 'Load jQuery from your local server, or choose a remote copy hosted on a CDN (Content Delivery Network). If the CDN fails, phpBB will fall back to the local copy.',
'JQUERY_HOST_LOCAL' => 'Localhost',
'JQUERY_HOST_GOOGLE' => 'Google Ajax API CDN',
'JQUERY_HOST_GOOGLE' => 'Google AJAX API CDN',
'JQUERY_HOST_JQUERY' => 'jQuery CDN',
'JQUERY_HOST_MS' => 'Microsoft CDN',
));