Skip to content

Commit

Permalink
Engrish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Jul 30, 2023
1 parent d2eb9ba commit 4b2c6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FdsKey/Core/Src/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ static void draw_item(uint8_t line, SETTING_ID item, uint8_t is_selected)
switch (fdskey_settings.backup_original)
{
default:
value = "<rewrite>";
value = "<overwrite>";
break;
case SAVES_REWRITE_BACKUP:
value = "<backup+rewrite>";
value = "<backup+overwrite>";
break;
case SAVES_EVERDRIVE:
value = "<like everdrive>";
Expand Down

0 comments on commit 4b2c6ee

Please sign in to comment.