aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_compose.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-05-15 22:30:12 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-05-15 22:30:12 +0000
commita366a30f053da1770ef144ec483779cc48431f5b (patch)
tree590432e67364de4772efe793c204b00ab5abf48f /phpBB/includes/ucp/ucp_pm_compose.php
parent3a5d433666660f57835c22aed8d10f5527155f7e (diff)
downloadforums-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.php2
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))