Skip to content

Commit

Permalink
bugfix: Fixed capitalization in RAM panel (fixes #1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 10, 2024
1 parent 9b0c942 commit 1bdeb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelRAM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void InitPanelRAM(const config_category& category)
sldFastmem->addActionListener(memorySliderActionListener);
lblFastsize = new gcn::Label("None");

lblZ3mem = new gcn::Label("Z3 fast:");
lblZ3mem = new gcn::Label("Z3 Fast:");
if (can_have_1gb())
sldZ3mem = new gcn::Slider(0, 11);
else
Expand Down

0 comments on commit 1bdeb60

Please sign in to comment.