case 3646

This commit is contained in:
2018-08-22 21:59:07 +00:00
parent c3cb344ddf
commit afb22dd266
5 changed files with 32 additions and 25 deletions

View File

@@ -208,8 +208,10 @@ namespace AyaNova
case "LT:Admin.Label.EraseDatabase": // ButtonTool
if (AyaBizUtils.Trial)
{
MessageBox.Show("This feature requires a license.\r\nTrial databases can not be erased.");
return;
//case 3646 changed this block
MessageBox.Show("Erasing a trial database can make it harder to evaluate AyaNova.\r\nPlease be sure you are familiar with AyaNova first.");
//MessageBox.Show("This feature requires a license.\r\nTrial databases can not be erased.");
//return;
}
if (!AyaBizUtils.Lite && !User.IsAdmin)
{