CGView: Wording Change.

Updated exes.
This commit is contained in:
sam 2011-05-16 13:36:04 +00:00
parent 9091cce982
commit b4340d7f66
5 changed files with 1 additions and 1 deletions

View File

@ -2220,7 +2220,7 @@ namespace IndianHealthService.ClinicalScheduling
if (!_canCancel)
{
MessageBox.Show(this,"You cannot cancel this request. It has either been discontinued, or registered for an examination");
MessageBox.Show(this, "This appointment cannot be cancelled.\nReason:\nThe exam associated with this appointment is active.");
return;
}