mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
I must've derped when merging it. Copying from the PR.
This commit is contained in:
parent
c7cf9e0909
commit
35bd8eaf1a
@ -957,13 +957,6 @@ int menu_hash_get_help_es(uint32_t hash, char *s, size_t len)
|
||||
break;
|
||||
case MENU_LABEL_VALUE_HELP_SCANNING_CONTENT_DESC:
|
||||
snprintf(s, len,
|
||||
"Para escanear contenidos ve a '%s' y\n"
|
||||
"selecciona '%s' o %s'.\n"
|
||||
" \n"
|
||||
"Esto comparará los archivos con las entradas\n"
|
||||
"en la base de datos.\n"
|
||||
"Si hay una coincidencia, añadirá una entrada\n"
|
||||
"en una colección.\n"
|
||||
"Para escanear contenidos ve a '%s' \n"
|
||||
"y selecciona '%s' o \n"
|
||||
"'%s'.\n"
|
||||
@ -985,9 +978,6 @@ int menu_hash_get_help_es(uint32_t hash, char *s, size_t len)
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_ADD_CONTENT_LIST),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_SCAN_DIRECTORY),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_SCAN_FILE),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_ADD_CONTENT_LIST),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_SCAN_DIRECTORY),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_SCAN_FILE),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_LOAD_CONTENT_LIST),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_CONTENT_COLLECTION_LIST)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user