case 3646
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user