Skip to content

Commit

Permalink
fix: update exp monster label to fix typo (#3725)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastRoze authored Feb 19, 2023
1 parent bc3708e commit a1e8f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interface/Wx.pm
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ sub createMenuBar {
$infoMenu->AppendSeparator;
$self->addMenu($infoMenu, T('&Experience Report'), sub { Commands::run("exp"); });
$self->addMenu($infoMenu, T('&Item Change Report'), sub { Commands::run("exp item"); });
$self->addMenu($infoMenu, T('&Monsiter Kill Report'), sub { Commands::run("exp monster"); });
$self->addMenu($infoMenu, T('&Monster Kill Report'), sub { Commands::run("exp monster"); });
$menu->Append($infoMenu, T('I&nfo'));

# View menu
Expand Down

0 comments on commit a1e8f8b

Please sign in to comment.