From e8822c692ba45f1d31eeb064a0c900c2ff45675c Mon Sep 17 00:00:00 2001 From: adam-m Date: Tue, 5 Mar 2013 13:19:19 -0500 Subject: [PATCH] rename label --- Timeline/src/org/sleuthkit/autopsy/timeline/Simile2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timeline/src/org/sleuthkit/autopsy/timeline/Simile2.java b/Timeline/src/org/sleuthkit/autopsy/timeline/Simile2.java index 6b189db038..c605a45742 100644 --- a/Timeline/src/org/sleuthkit/autopsy/timeline/Simile2.java +++ b/Timeline/src/org/sleuthkit/autopsy/timeline/Simile2.java @@ -292,7 +292,7 @@ public class Simile2 extends CallableSystemAction implements Presenter.Toolbar, //Adding things to the V and H boxes. //hBox_Charts stores the pseudo menu bar at the top of the timeline. |Zoom Out|View Year: [Select Year]|►| - hBox_Charts.getChildren().addAll(zoomOutButton, new Label("View Year:"), dropdown_SelectYears); + hBox_Charts.getChildren().addAll(zoomOutButton, new Label("Go To:"), dropdown_SelectYears); vBox_FX.getChildren().addAll(hBox_Charts, scroll_Events); //FxBox_V holds things in a visual stack. group_Charts.getChildren().add(vBox_FX); //Adding the FxBox to the group. Groups make things easier to manipulate without having to update a hundred things every change. panel_Charts.setScene(scene_Charts);