From 3e814bc4b610ef5ec9153a778283adc36a73d454 Mon Sep 17 00:00:00 2001 From: Michael Burgardt Date: Tue, 25 May 2021 17:13:55 +0200 Subject: [PATCH] Fixed some inconsistencies in the RetroArch texts --- intl/msg_hash_us.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 490acda296..42df291ebc 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -4728,7 +4728,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_DIRECTORY, - "Show Directory" + "Show 'Directory'" ) MSG_HASH( MENU_ENUM_SUBLABEL_SETTINGS_SHOW_DIRECTORY, @@ -5690,7 +5690,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_JOYPAD_AUTOCONFIG_DIR, - "Input Autoconfig" + "Controller Profiles" ) MSG_HASH( MENU_ENUM_SUBLABEL_JOYPAD_AUTOCONFIG_DIR, @@ -10744,11 +10744,11 @@ MSG_HASH( ) MSG_HASH( MSG_AUTOCONFIG_FILE_ERROR_SAVING, - "Error saving autoconf file." + "Error saving controller profile." ) MSG_HASH( MSG_AUTOCONFIG_FILE_SAVED_SUCCESSFULLY, - "Autoconfig file saved successfully." + "Controller profile saved successfully." ) MSG_HASH( MSG_AUTOSAVE_FAILED,