aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/viewtopic.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-08-01 18:00:37 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-08-01 18:00:37 +0000
commit2383505c410ad37e669e382a6ec76dfa07250098 (patch)
treeebafb14a0314e6c1d5411d6b579d315510c42ee8 /phpBB/language/en/viewtopic.php
parentd89e74a0cf146c6b95032d8deac7273c4cd3895e (diff)
downloadforums-2383505c410ad37e669e382a6ec76dfa07250098.tar
forums-2383505c410ad37e669e382a6ec76dfa07250098.tar.gz
forums-2383505c410ad37e669e382a6ec76dfa07250098.tar.bz2
forums-2383505c410ad37e669e382a6ec76dfa07250098.tar.xz
forums-2383505c410ad37e669e382a6ec76dfa07250098.zip
Changed IP to Info ... pointless having two links to basically the same information
git-svn-id: file:///svn/phpbb/trunk@4947 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/viewtopic.php')
-rw-r--r--phpBB/language/en/viewtopic.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php
index 3b51a027f1..cfb348fef1 100644
--- a/phpBB/language/en/viewtopic.php
+++ b/phpBB/language/en/viewtopic.php
@@ -7,8 +7,8 @@
// STARTED : Sat Dec 16, 2000
// COPYRIGHT : © 2001, 2003 phpBB Group
// WWW : http://www.phpbb.com/
-// LICENCE : GPL v2.0 [ see /docs/COPYING ]
-//
+// LICENCE : GPL v2.0 [ see /docs/COPYING ]
+//
// -------------------------------------------------------------
// DO NOT CHANGE
@@ -17,7 +17,7 @@ if (empty($lang) || !is_array($lang))
$lang = array();
}
-// DEVELOPERS PLEASE NOTE
+// DEVELOPERS PLEASE NOTE
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
@@ -92,7 +92,7 @@ $lang += array(
'UNLOCK_TOPIC' => 'Unlock Topic',
- 'VIEW_IP' => 'IP',
+ 'VIEW_INFO' => 'Post details',
'VIEW_NEXT_TOPIC' => 'Next topic',
'VIEW_PREVIOUS_TOPIC' => 'Previous topic',
'VIEW_RESULTS' => 'View Results',