diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-15 12:09:54 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-15 12:09:54 +0000 |
commit | c0c424a564d2f3d847bd910fd30f3a60128579d8 (patch) | |
tree | f57103201dc60e6471c5e102204fe43b86a730e3 /phpBB/posting.php | |
parent | 161db78beda4382c2c33fa9220b0557614ad9a2a (diff) | |
download | forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.gz forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.bz2 forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.xz forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.zip |
#13435
git-svn-id: file:///svn/phpbb/trunk@7887 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 403eea5418..20a1c9c73b 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -994,7 +994,7 @@ if ($submit || $preview || $refresh) { meta_refresh(10, $redirect_url); $message = ($mode == 'edit') ? $user->lang['POST_EDITED_MOD'] : $user->lang['POST_STORED_MOD']; - $message .= (($user->data['user_id'] == ANONYMOUS) ? '' : $user->lang['POST_APPROVAL_NOTIFY']); + $message .= (($user->data['user_id'] == ANONYMOUS) ? '' : ' '. $user->lang['POST_APPROVAL_NOTIFY']); } else { |