update english warning message with %s
This commit is contained in:
parent
5be25b0945
commit
7cffd971f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue