[vhffs-dev] [625] Fixed deletion confirmation message ( thanks to Dionysos for reporting that). |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 625
Author: beuss
Date: 2007-05-23 12:11:37 +0000 (Wed, 23 May 2007)
Log Message:
-----------
Fixed deletion confirmation message (thanks to Dionysos for reporting that).
Modified Paths:
--------------
branches/vhffs-design/vhffs-panel/mailinglist/prefs.pl
Modified: branches/vhffs-design/vhffs-panel/mailinglist/prefs.pl
===================================================================
--- branches/vhffs-design/vhffs-panel/mailinglist/prefs.pl 2007-05-23 09:32:08 UTC (rev 624)
+++ branches/vhffs-design/vhffs-panel/mailinglist/prefs.pl 2007-05-23 12:11:37 UTC (rev 625)
@@ -200,7 +200,7 @@
$template->param( TEXT_DELETE_LIST => gettext("Delete this list") );
$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
- $template->param( ASK_DELETE_WEB => gettext("Are you SURE you want DELETE this Mail Area ?") );
+ $template->param( ASK_DELETE_WEB => gettext("Are you SURE you want DELETE this mailing list ?") );
$template->param( YES => gettext("Yes I'm sure of what I do") );
$template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );
$template->param( TEXT_DELETE => gettext("Delete") );