mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
extract message string
This commit is contained in:
parent
4238e33534
commit
561ebdf1c3
@ -43,3 +43,4 @@ Timeline.progressWindow.name=Timeline
|
||||
Timeline.progressWindow.title=Generating Timeline data
|
||||
OpenTimeLineAction.msgdlg.text=Could not create timeline, there are no data sources.
|
||||
TimeLineTopComponent.timeZonePanel.text=Display Times In\:
|
||||
datasource.missing.confirmation="The Timeline events database was previously populated with an old version of Autopsy.\nThe data source filter will be unavailable unless you update the events database.\nDo you want to update the events database now?"
|
||||
|
@ -677,9 +677,7 @@ public class TimeLineController {
|
||||
|
||||
synchronized int showDataSourcesMissingConfirmation() {
|
||||
return JOptionPane.showConfirmDialog(mainFrame,
|
||||
"The Timeline events database was previously populated with an old version of Autopsy."
|
||||
+ "\nThe data source filter will be unavailable unless you update the events database."
|
||||
+ "\nDo you want to update the events database now?",
|
||||
NbBundle.getMessage(TimeLineController.class, "datasource.missing.confirmation"),
|
||||
"Update Timeline database?",
|
||||
JOptionPane.YES_NO_OPTION,
|
||||
JOptionPane.QUESTION_MESSAGE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user