diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-18 12:57:24 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-18 12:57:24 +0000 |
| commit | 3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e (patch) | |
| tree | e4c0c85882f0c53fd54d0f1a9f99d035da7b07a8 /phpBB/language | |
| parent | 330f36eb2917fac5dae2edb8435c8c99b5677fd4 (diff) | |
| download | forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.tar forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.tar.gz forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.tar.bz2 forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.tar.xz forums-3d46c543cdcb8f1f9e0d5fda623f38323a3c9c4e.zip | |
nah, stuff the * wildcard ... just match partially, should be sufficient I think
git-svn-id: file:///svn/phpbb/trunk@4611 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 9171873c92..2b41e8a503 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -1805,7 +1805,7 @@ $lang += array( 'BOT_STYLE_EXPLAIN' => 'The style used for the board by the bot', 'BOT_ACTIVE' => 'Bot active', 'BOT_AGENT' => 'Agent match', - 'BOT_AGENT_EXPLAIN' => 'A string matching the bots browser agent.', + 'BOT_AGENT_EXPLAIN' => 'A string matching the bots browser agent, partial matches are allowed.', 'BOT_IP' => 'Bot IP address', 'BOT_IP_EXPLAIN' => 'Partial matches are allowed, seperate addresses with an apostrophe. A single hostname may be entered instead of an IP.', |
