[vhffs-dev] [691] Well... |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 691
Author: gradator
Date: 2007-07-08 14:07:48 +0000 (Sun, 08 Jul 2007)
Log Message:
-----------
Well... it fixes an "error" message
Modified Paths:
--------------
trunk/vhffs-panel/mail/add_forward.pl
Modified: trunk/vhffs-panel/mail/add_forward.pl
===================================================================
--- trunk/vhffs-panel/mail/add_forward.pl 2007-07-08 13:47:25 UTC (rev 690)
+++ trunk/vhffs-panel/mail/add_forward.pl 2007-07-08 14:07:48 UTC (rev 691)
@@ -96,7 +96,7 @@
}
else
{
- $message = gettext("Unable to record changes on this domain");
+ $message = gettext( "This forward has been successfully added to this domain" );
}
$template->param( MESSAGE => $message );
}