Skip to content

Commit

Permalink
Fixed some text
Browse files Browse the repository at this point in the history
Replaced "00objentry" with "00place" in the "File" menu
  • Loading branch information
Vladabdf authored and Xeeynamo committed May 13, 2020
1 parent 118727a commit b27fbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenKh.Tools.Kh2PlaceEditor/Views/PlaceEditorWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<MenuItem Header="_File">
<MenuItem Header="_Open 00place..."
Command="{Binding OpenCommand}"/>
<MenuItem Header="_Save 00objentry"
<MenuItem Header="_Save 00place"
Command="{Binding SaveCommand}"/>
<MenuItem Header="Save 00objentry _as..."
<MenuItem Header="Save 00place _as..."
Command="{Binding SaveAsCommand}"/>
<Separator/>
<MenuItem Header="Export as CSV..."
Expand Down

0 comments on commit b27fbc2

Please sign in to comment.