diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:00:52 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:00:52 +0000 |
commit | ed17471e0c658f381e342a484cc1bb00a03b7a2a (patch) | |
tree | ab26d2a78d6970cc68d105d4ef7f853cba77d526 /phpBB/language/en/acp/common.php | |
parent | d268559876288ce432dfce1c637c1b81e6d5bd7d (diff) | |
download | forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.gz forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.bz2 forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.xz forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.zip |
Changing the stance we take towards flash. (DelvarWorld, NeoThermic)
fixing a few smaller bugs.
#12007
#12003
git-svn-id: file:///svn/phpbb/trunk@7715 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 854dc198af..47a3442187 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -647,7 +647,7 @@ $lang = array_merge($lang, array( 'LOG_USER_DEL_AVATAR_USER' => '<strong>User avatar removed</strong>', 'LOG_USER_DEL_SIG_USER' => '<strong>User signature removed</strong>', 'LOG_USER_FEEDBACK' => '<strong>Added user feedback</strong><br />» %s', - 'LOG_USER_GENERAL' => '%s', + 'LOG_USER_GENERAL' => '<strong>Entry added:</strong><br />%s', 'LOG_USER_INACTIVE_USER' => '<strong>User account de-activated</strong>', 'LOG_USER_LOCK' => '<strong>User locked own topic</strong><br />» %s', 'LOG_USER_MOVE_POSTS_USER' => '<strong>Moved all posts to forum</strong>» %s', |