Skip to content

Commit

Permalink
Rephrase Shift+Click hotkey description (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
plbrault authored May 19, 2024
1 parent 88ccdba commit 8321e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_objects/views/hotkey_dialog_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, about_dialog):
True,
Color.WHITE),
FONT_SECONDARY_SMALL.render(
'Swap a whole row of RAM pages at once',
'Swap a whole row of memory pages at once',
True,
Color.WHITE),
FONT_SECONDARY_SMALL.render(
Expand Down

0 comments on commit 8321e96

Please sign in to comment.