Skip to content

Commit

Permalink
Rename menu option to Export Regions
Browse files Browse the repository at this point in the history
  • Loading branch information
1whatleytay committed Feb 12, 2024
1 parent b11caa2 commit ad84a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl MenuOptions {
MenuOptions::Disassemble => "Disassemble Elf",
MenuOptions::Assemble => "Assemble Elf",
MenuOptions::Export => "Export Elf",
MenuOptions::ExportHex => "Export Hex Regions",
MenuOptions::ExportHex => "Export Regions",
MenuOptions::Build => "Build",
MenuOptions::Run => "Run",
MenuOptions::Step => "Step",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ExportModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async function exportRegions() {
postBuildMessage(result.result)
consoleData.tab = DebugTab.Console
pushConsole(`Hex regions written to ${destination.path}`, ConsoleType.Info)
pushConsole(`Regions data written to ${destination.path}`, ConsoleType.Info)
break
}
Expand Down

0 comments on commit ad84a72

Please sign in to comment.