From 8664a4c52734e90fb7df836a2486785b2112fcbe Mon Sep 17 00:00:00 2001 From: flb Date: Fri, 29 Jan 2021 03:30:46 +0100 Subject: [PATCH] fixed typos --- Makefile | 2 +- resources/i18n/en-US/menus.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3722912..3cc3510 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ clean: @echo clean ... ifeq ($(strip $(APP_JSON)),) @rm -fr $(BUILD) $(notdir $(CURDIR))*.nro $(notdir $(CURDIR))*.nacp $(notdir $(CURDIR))*.elf - @rm -fr $(CURDIR)/aiosu-forwarder/build $(CURDIR)/aiosu-forwarder/*.nro $(CURDIR)/aiosu-forwarder/*.nacp $(CURDIR)/aiosu-forwarder/*.elf + #@rm -fr $(CURDIR)/aiosu-forwarder/build $(CURDIR)/aiosu-forwarder/*.nro $(CURDIR)/aiosu-forwarder/*.nacp $(CURDIR)/aiosu-forwarder/*.elf else @rm -fr $(BUILD) $(TARGET).nsp $(TARGET).nso $(TARGET).npdm $(TARGET).elf endif diff --git a/resources/i18n/en-US/menus.json b/resources/i18n/en-US/menus.json index 9b2e3d4..7073b78 100644 --- a/resources/i18n/en-US/menus.json +++ b/resources/i18n/en-US/menus.json @@ -126,8 +126,8 @@ "list_latest": "Latest version", "list_app": "app", "list_cfw": "CFW", - "list_ams": "\uE016 Atmosphere CFW.", - "list_main": "\uE016 Main Switch CFWs.", + "list_ams": "\uE016 From this menu, you can the Atmosphere custom firmware necessary to run homebrew software. You can also pick CFW packs such as DeepSea.", + "list_main": "\uE016 Alternative CFWs, bootloaders.", "list_latest_ver": "Latest (ver ", "list_cheats": "cheats", "list_down": "Downloading:\n", @@ -163,7 +163,7 @@ "tool_cheats": "Cheats menu", "tool_change": "Change the Joy-Cons color", "tool_change_procon": "Change the Pro Controller color", - "tool_download": "Dowload payloads to ", + "tool_download": "Download payloads to ", "tool_inject": "Inject payload", "tool_update": "Update the app (v", "tool_DownLoad": "Downloading:\nAIO-switch-updater\n\nFrom:\n",