Skip to content

Commit

Permalink
Fix capitalization in address dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Feb 1, 2023
1 parent d8dbabf commit 82f09f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ void GlobalDebuggerUI::SetupMenu(UIContext* context)

uint64_t address = 0;
if (!ViewFrame::getAddressFromInput(ctxt.context->getCurrentViewFrame(), ctxt.binaryView, address,
ctxt.address, "Override IP", "New Instruction Pointer Value:", true))
ctxt.address, "Override IP", "New instruction pointer value:", true))
return;

if (!controller->SetIP(address))
Expand Down

0 comments on commit 82f09f5

Please sign in to comment.