diff options
author | David M <davidmj@users.sourceforge.net> | 2007-05-15 22:30:12 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-05-15 22:30:12 +0000 |
commit | a366a30f053da1770ef144ec483779cc48431f5b (patch) | |
tree | 590432e67364de4772efe793c204b00ab5abf48f /phpBB/includes/ucp/ucp_pm_compose.php | |
parent | 3a5d433666660f57835c22aed8d10f5527155f7e (diff) | |
download | forums-a366a30f053da1770ef144ec483779cc48431f5b.tar forums-a366a30f053da1770ef144ec483779cc48431f5b.tar.gz forums-a366a30f053da1770ef144ec483779cc48431f5b.tar.bz2 forums-a366a30f053da1770ef144ec483779cc48431f5b.tar.xz forums-a366a30f053da1770ef144ec483779cc48431f5b.zip |
#10972
git-svn-id: file:///svn/phpbb/trunk@7594 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_compose.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_pm_compose.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php index d854d33f57..0611a9f6e2 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -553,7 +553,7 @@ function compose_pm($id, $mode, $action) { if (!$subject) { - $error[] = $user->lang['EMPTY_SUBJECT']; + $error[] = $user->lang['NO_SUBJECT']; } if (!sizeof($address_list)) |