Skip to content

Commit

Permalink
Fix label for 'Download Content'
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed May 2, 2016
1 parent da72a96 commit 6690711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/cbs/menu_cbs_title.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
case MENU_LABEL_DEFERRED_ACCOUNTS_CHEEVOS_LIST:
BIND_ACTION_GET_TITLE(cbs, action_get_user_accounts_cheevos_list);
break;
case MENU_LABEL_DOWNLOAD_CORE_CONTENT:
case MENU_LABEL_DEFERRED_CORE_CONTENT_LIST:
BIND_ACTION_GET_TITLE(cbs, action_get_download_core_content_list);
break;
case MENU_LABEL_DEFERRED_ACCOUNTS_LIST:
Expand Down

0 comments on commit 6690711

Please sign in to comment.