Made help message more dynamic

This commit is contained in:
CoalaJoe 2017-01-16 16:27:53 +01:00
parent 289511d7a6
commit f23a1a1e24

View File

@ -438,7 +438,7 @@ int menu_hash_get_help_de_enum(enum msg_hash_enums msg, char *s, size_t len)
"oder 'core' als Abkürzung. \n" "oder 'core' als Abkürzung. \n"
" \n" " \n"
"Um einen Core zu laden, wählen Sie einen \n" "Um einen Core zu laden, wählen Sie einen \n"
"unter 'Core laden' aus.\n" "unter '%s' aus.\n"
" \n" " \n"
#ifdef HAVE_NETWORKING #ifdef HAVE_NETWORKING
"Du erhälst Cores durch verschiedene Wege: \n" "Du erhälst Cores durch verschiedene Wege: \n"
@ -446,6 +446,7 @@ int menu_hash_get_help_de_enum(enum msg_hash_enums msg, char *s, size_t len)
"'%s' -> '%s'.\n" "'%s' -> '%s'.\n"
"* Manuelles hinzufügen nach\n" "* Manuelles hinzufügen nach\n"
"'%s'.", "'%s'.",
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_LIST),
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER), msg_hash_to_str(MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER),
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_UPDATER_LIST), msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_UPDATER_LIST),
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_LIBRETRO_DIR_PATH) msg_hash_to_str(MENU_ENUM_LABEL_VALUE_LIBRETRO_DIR_PATH)