Skip to content

Commit

Permalink
Changing more text from void to delete - TRUNK-2894
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Oct 30, 2013
1 parent 4b251be commit b3cd3e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions webapp/src/main/webapp/WEB-INF/messages.properties
Expand Up @@ -78,7 +78,7 @@ general.description=Description
general.creator=Creator
general.createdBy=Created By
general.dateCreated=Date Created
general.voidInfo=Void Information
general.voidInfo=Delete Information
general.voided=Deleted
general.voidedBy=Deleted By
general.voidReason=Reason For Deletion
Expand Down Expand Up @@ -216,7 +216,7 @@ general.default.retireReason=Retired from user interface
general.patient=Patient
general.done=Done
general.restore=Restore
general.purge.confirmation=Delete-forever Confirmation
general.purge.confirmation=Delete forever Confirmation
general.delete.confirmation=Delete Confirmation
general.retire.confirmation=Retire Confirmation
general.uuid=UUID
Expand Down Expand Up @@ -1279,7 +1279,7 @@ Obs.unvoidObs=Restore this Observation
Obs.voidObs=Delete this Observation
Obs.voidReason="Reason to Delete"
Obs.void.reason.empty=Reason to delete cannot be empty
Obs.void.reason=Void Reason
Obs.void.reason=Delete Reason
Obs.voidedSuccessfully=Obs deleted successfully
Obs.unvoidedSuccessfully=Obs restored successfully
Obs.answer.drug=Answer Drug
Expand Down Expand Up @@ -1459,7 +1459,7 @@ Patient.merge.includeVoided=Include deleted
Patient.merged=Patients merged successfully
Patient.id=Patient Id
Patient.voidedMessage=This patient has been deleted.
Patient.delete.warningMessage=<b><i>Are you sure you want to do this?</i></b><br/><br/>This will attempt to completely delete this patient from the system. This is usually the wrong thing to do: if you want to &quot;delete&quot; a patient then you should &quot;Void&quot; them with the checkbox above.
Patient.delete.warningMessage=<b><i>Are you sure you want to do this?</i></b><br/><br/>This will attempt to completely delete this patient from the system. This is usually the wrong thing to do: if you want to &quot;delete&quot; a patient then you should &quot;Delete&quot; them with the checkbox above.
Patient.delete.finalWarning=Are you sure you want to delete this ENTIRE PATIENT?
Patient.warning.minimalSearchResults=Minimal patients returned. Results for: <b>{0}</b>
Patient.warning.inValidIdentifier=WARNING: Identifier has been typed incorrectly! Please double check the identifier.
Expand Down Expand Up @@ -1601,7 +1601,7 @@ Person.removeThisAddress=Remove this address
Person.save=Save Person
Person.saved=Person saved
Person.delete=Delete Person
Person.delete.warningMessage=<b><i>Are you sure you want to do this?</i></b><br/><br/>This will attempt to completely delete this person from the system. This is usually the wrong thing to do: if you want to &quot;delete&quot; a person then you should &quot;Void&quot; them with the button below.
Person.delete.warningMessage=<b><i>Are you sure you want to do this?</i></b><br/><br/>This will attempt to completely delete this person from the system. This is usually the wrong thing to do: if you want to &quot;delete&quot; a person then you should &quot;Delete&quot; them with the button below.
Person.delete.finalWarning=Are you sure you want to delete this ENTIRE PERSON?
Person.deleted=Person deleted
Person.cannot.delete=This person cannot be deleted
Expand Down

0 comments on commit b3cd3e3

Please sign in to comment.