From 14a30bfeddf1cc9a1861270d814cb87e8f54123e Mon Sep 17 00:00:00 2001 From: Kelly Kelly Date: Mon, 7 Dec 2020 14:28:02 -0500 Subject: [PATCH] Changed wording of performance filter checkbox --- .../autopsy/centralrepository/persona/Bundle.properties | 2 +- .../autopsy/centralrepository/persona/Bundle.properties-MERGED | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/persona/Bundle.properties b/Core/src/org/sleuthkit/autopsy/centralrepository/persona/Bundle.properties index 0016a075ee..d96b33357c 100644 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/persona/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/persona/Bundle.properties @@ -79,5 +79,5 @@ CreatePersonaAccountDialog.identifierTextField.text= CreatePersonaAccountDialog.identiferLbl.text=Identifier: CreatePersonaAccountDialog.okBtn.text=OK PersonasTopComponent.introText.text=Personas represent an online identity. They span cases and are stored in the Central Repository based on accounts that were found in artifacts. You can create, edit, and delete personas here. -PersonasTopComponent.cbFilterByKeyword.text=Filter personas by keyword +PersonasTopComponent.cbFilterByKeyword.text=Filter personas by name or account PersonaDetailsPanel.nameField.text= diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/persona/Bundle.properties-MERGED b/Core/src/org/sleuthkit/autopsy/centralrepository/persona/Bundle.properties-MERGED index a4a041c429..a7a8659131 100644 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/persona/Bundle.properties-MERGED +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/persona/Bundle.properties-MERGED @@ -125,7 +125,7 @@ CreatePersonaAccountDialog.identifierTextField.text= CreatePersonaAccountDialog.identiferLbl.text=Identifier: CreatePersonaAccountDialog.okBtn.text=OK PersonasTopComponent.introText.text=Personas represent an online identity. They span cases and are stored in the Central Repository based on accounts that were found in artifacts. You can create, edit, and delete personas here. -PersonasTopComponent.cbFilterByKeyword.text=Filter personas by keyword +PersonasTopComponent.cbFilterByKeyword.text=Filter personas by name or account PersonaDetailsPanel.nameField.text= PersonasTopComponent_delete_confirmation_msg=Are you sure you want to delete this persona? PersonasTopComponent_delete_confirmation_Title=Are you sure?