Skip to content

Commit

Permalink
Improve settings editor text
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Oct 25, 2024
1 parent dd3ce84 commit 9c0a4b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/menu/views/settings_editor.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ static void draw (menu_t *menu, surface_t *d) {
" Background Music : %s\n"
" Rumble Feedback : %s\n"
#endif
"Note: Certain settings have the following caveats:\n\n"
"* Requires a flashcart reboot.\n",
"\n\n"
"Note: Certain settings have the following caveats:\n"
"* Requires rebooting the N64 Console.\n",
menu->settings.default_directory,
format_switch(menu->settings.pal60_enabled),
format_switch(menu->settings.show_protected_entries),
Expand Down

0 comments on commit 9c0a4b8

Please sign in to comment.