[FL-3470] Rename Applications to Apps (#2939)
* Applications are now apps * Desktop: Apps in settings Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
co-authored by
Aleksandr Kutuzov
parent
7a45db3881
commit
3e8e999909
@@ -6,7 +6,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define RECORD_LOADER "loader"
|
||||
#define LOADER_APPLICATIONS_NAME "Applications"
|
||||
#define LOADER_APPLICATIONS_NAME "Apps"
|
||||
|
||||
typedef struct Loader Loader;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ static void loader_cli_print_usage() {
|
||||
}
|
||||
|
||||
static void loader_cli_list() {
|
||||
printf("Applications:\r\n");
|
||||
printf("Apps:\r\n");
|
||||
for(size_t i = 0; i < FLIPPER_APPS_COUNT; i++) {
|
||||
printf("\t%s\r\n", FLIPPER_APPS[i].name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user