fixed typo
This commit is contained in:
parent
ad7096e5b9
commit
80ccee34e0
|
@ -157,7 +157,7 @@ if ($_POST['delete_yes'] && !$_POST['backmain']) {
|
|||
}
|
||||
|
||||
if ($_POST['delete_no']) {
|
||||
echo _('Nothing was deleted.</td></tr>');
|
||||
echo _('Nothing was deleted').'</td></tr>';
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue