fixed typo

This commit is contained in:
katagia 2003-08-29 12:22:08 +00:00
parent ad7096e5b9
commit 80ccee34e0
1 changed files with 1 additions and 1 deletions

View File

@ -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>';
}