[vhffs-dev] [1416] Fixes bug #0000259 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1416
Author: beuss
Date: 2009-05-28 16:26:51 +0200 (Thu, 28 May 2009)
Log Message:
-----------
Fixes bug #0000259
Modified Paths:
--------------
trunk/vhffs-panel/dns/prefs.pl
Modified: trunk/vhffs-panel/dns/prefs.pl
===================================================================
--- trunk/vhffs-panel/dns/prefs.pl 2009-05-28 14:14:51 UTC (rev 1415)
+++ trunk/vhffs-panel/dns/prefs.pl 2009-05-28 14:26:51 UTC (rev 1416)
@@ -256,7 +256,7 @@
#All templates values for A reccords
- $template->param( TEXT_QUESTION_REDIRECTION => gettext("Must we redirect the DNS on our servers ?") );
+ $template->param( TEXT_QUESTION_REDIRECTION => gettext("Use our servers as destination IP for this A record?") );
$template->param( TEXT_YES => gettext("Yes") );
$template->param( TEXT_NO => gettext("No") );
$template->param( TEXT_ADDIP => gettext("IP") );