Skip to content

Commit

Permalink
Rename Save to Set Save Path in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisiusStephen committed Nov 2, 2016
1 parent eef9fe0 commit 5d575c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Menu mnemonicParsing="false" text="File">
<!-- @@author A0125680H -->
<items>
<MenuItem mnemonicParsing="false" onAction="#handleSaveLoc" text="Save" />
<MenuItem mnemonicParsing="false" onAction="#handleSaveLoc" text="Set Save Path..." />
</items>
<items>
<MenuItem mnemonicParsing="false" onAction="#handleExit" text="Exit" />
Expand Down

0 comments on commit 5d575c9

Please sign in to comment.