From b981df86ec9d26aa89340531f0f32c1ab2a74cba Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Sep 2008 15:56:40 +0000 Subject: [PATCH] Fixed wrong text --- www/disputes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/disputes.php b/www/disputes.php index b816d9c..0ced87d 100644 --- a/www/disputes.php +++ b/www/disputes.php @@ -330,7 +330,7 @@ if($_SESSION['profile']['id'] == $oldmemid) { showheader(_("Domain Dispute")); - echo _("You aren't allowed to dispute your own email addresses. Can't continue."); + echo _("You aren't allowed to dispute your own domains. Can't continue."); showfooter(); exit; }