Add more invalid chars

This commit is contained in:
Such Meme, Many Skill
2020-05-02 19:29:55 +02:00
parent b9776882fd
commit c45be1258a
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ menu_entry fs_menu_folder[] = {
{"\nBack", COLOR_WHITE, ISMENU},
{"Return to main menu\n", COLOR_BLUE, ISMENU},
{"Copy to clipboard", COLOR_VIOLET, ISMENU},
{"Delete folder", COLOR_RED, ISMENU},
{"Delete folder\n", COLOR_RED, ISMENU},
{"Rename folder", COLOR_BLUE, ISMENU},
{"Create folder", COLOR_BLUE, ISMENU}
};