simplify the TL dialog title

This commit is contained in:
jmillman 2016-04-14 13:08:21 -04:00
parent 199bc555fe
commit 43d4fd35d6

View File

@ -101,7 +101,7 @@ import org.sleuthkit.autopsy.timeline.zooming.ZoomParams;
* </li>
* <ul>
*/
@NbBundle.Messages({"Timeline.confirmation.dialogs.title=Update Timeline database?",
@NbBundle.Messages({"Timeline.confirmation.dialogs.title= Timeline",
"TimeLinecontroller.updateNowQuestion=Do you want to update the events database now?"})
public class TimeLineController {