mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
extract message string
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user