update english warning message with %s

This commit is contained in:
domi 2012-09-02 20:18:22 +00:00
parent 5be25b0945
commit 7cffd971f4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ if ($r['dns_action']=='UPDATE') {?>
<p class="error"><?php __("This domain have some DNS change pending. Please wait."); ?></p>
<?php
} elseif ($r['dns_action']=='DELETE') {?>
<p class="error"><?php __("You requested deletion of this domain.");?></p>
<p class="error"><?php printf(_("You requested deletion of domain %s."), $domain);?></p>
<?php
/*
// Link hidden as long as the del_domain_cancel function is not complete