This commit is contained in:
sam 2011-05-16 13:47:52 +00:00
parent b4340d7f66
commit a607a101f9
4 changed files with 1 additions and 1 deletions

View File

@ -2220,7 +2220,7 @@ namespace IndianHealthService.ClinicalScheduling
if (!_canCancel)
{
MessageBox.Show(this, "This appointment cannot be cancelled.\nReason:\nThe exam associated with this appointment is active.");
MessageBox.Show(this, "This appointment cannot be cancelled.\nReason:\nThe exam associated with this appointment is active/complete/discontinued.");
return;
}