aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-09 11:00:14 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-09 11:00:14 +0000
commitc923e4191a28026a21c0ebb0dd2120c258d96229 (patch)
tree8b7ee7e7e15e09a27d444983a3f941dbabf83021 /phpBB/language
parent5ccf905efbc431719d182b4ddd8b67765b8ccc37 (diff)
downloadforums-c923e4191a28026a21c0ebb0dd2120c258d96229.tar
forums-c923e4191a28026a21c0ebb0dd2120c258d96229.tar.gz
forums-c923e4191a28026a21c0ebb0dd2120c258d96229.tar.bz2
forums-c923e4191a28026a21c0ebb0dd2120c258d96229.tar.xz
forums-c923e4191a28026a21c0ebb0dd2120c258d96229.zip
#13107
#13107 git-svn-id: file:///svn/phpbb/trunk@7847 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/bots.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/bots.php b/phpBB/language/en/acp/bots.php
index a166142d24..ffc5442482 100644
--- a/phpBB/language/en/acp/bots.php
+++ b/phpBB/language/en/acp/bots.php
@@ -33,7 +33,7 @@ if (empty($lang) || !is_array($lang))
// Bot settings
$lang = array_merge($lang, array(
'BOTS' => 'Manage bots',
- 'BOTS_EXPLAIN' => '&quot;Bots&quot;, &quot;spiders&quot; or &quot;crawlers&quot; are automated agents most commonly used by search engines to update their databases. Since they rarely make proper use of sessions they can distort visitor counts, increase load and sometimes fail to index sites correctly. Here you can define a special type of user to overcome these problems.',
+ 'BOTS_EXPLAIN' => '“Bots”, “spiders” or “crawlers” are automated agents most commonly used by search engines to update their databases. Since they rarely make proper use of sessions they can distort visitor counts, increase load and sometimes fail to index sites correctly. Here you can define a special type of user to overcome these problems.',
'BOT_ACTIVATE' => 'Activate',
'BOT_ACTIVE' => 'Bot active',
'BOT_ADD' => 'Add bot',
@@ -51,7 +51,7 @@ $lang = array_merge($lang, array(
'BOT_IP_EXPLAIN' => 'Partial matches are allowed, separate addresses with a comma.',
'BOT_NAME' => 'Bot name',
'BOT_NAME_EXPLAIN' => 'Used only for your own information.',
- 'BOT_NAME_TAKEN' => 'The name is already in use on your board and can\'t be used for the Bot.',
+ 'BOT_NAME_TAKEN' => 'The name is already in use on your board and can’t be used for the Bot.',
'BOT_NEVER' => 'Never',
'BOT_STYLE' => 'Bot style',
'BOT_STYLE_EXPLAIN' => 'The style used for the board by the bot.',