aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-07-10 19:16:47 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-07-10 19:16:47 +0000
commiteb9548f465752323af2579c4b17cc2587244349c (patch)
tree10a1053fc98f513dfce460f6fa4f9c27e47153b5 /phpBB/language/en/acp/common.php
parent4f7c52e9e385041320179dcb7d27a9217a353c71 (diff)
downloadforums-eb9548f465752323af2579c4b17cc2587244349c.tar
forums-eb9548f465752323af2579c4b17cc2587244349c.tar.gz
forums-eb9548f465752323af2579c4b17cc2587244349c.tar.bz2
forums-eb9548f465752323af2579c4b17cc2587244349c.tar.xz
forums-eb9548f465752323af2579c4b17cc2587244349c.zip
A few miscelaneous tweaks
git-svn-id: file:///svn/phpbb/trunk@6166 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 917d0d8e70..ca8e7ff652 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -478,6 +478,7 @@ $lang = array_merge($lang, array(
'LOG_INDEX_ACTIVATE' => '<b>Activated inactive users</b><br />&#187; %s',
'LOG_INDEX_DELETE' => '<b>Deleted inactive users</b><br />&#187; %s',
'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />&#187; %s',
+ 'LOG_INSTALL_CONVERTED' => '<b>Converted from %s to phpBB %s</b>',
'LOG_INSTALL_INSTALLED' => '<b>Installed phpBB %s</b>',
'LOG_IP_BROWSER_CHECK' => '<b>Session IP/Browser check failed</b><br />&#187;User IP "<i>%s</i>" checked against session IP "<i>%s</i>" and user browser string "<i>%s</i>" checked against session browser string "<i>%s</i>".',