$savemsg=sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'),date(gettext("n/j/y H:i:s"),$_POST['newver']),$confvers[$_POST['newver']]['description']);
else
$savemsg=gettext("Unable to revert to the selected configuration.");
$savemsg=sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'),date(gettext("n/j/y H:i:s"),$_POST['newver']),$revision['description']);
}else{
$savemsg=gettext("Unable to revert to the selected configuration.");
$savemsg=sprintf(gettext('Deleted backup with timestamp %1$s and description "%2$s".'),date(gettext("n/j/y H:i:s"),$_POST['rmver']),$confvers[$_POST['rmver']]['description']);
$savemsg=sprintf(gettext('Deleted backup with timestamp %1$s and description "%2$s".'),date(gettext("n/j/y H:i:s"),$_POST['rmver']),$revision['description']);