From 68021903c92538099b153d73baab58692006274a Mon Sep 17 00:00:00 2001 From: im-4-potato Date: Sun, 26 Apr 2020 03:15:24 -0700 Subject: [PATCH] US Translation: More minor fixes --- intl/msg_hash_us.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index c5c8abeec9..630fcb5ea1 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -2579,7 +2579,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_AUTOSAVE_INTERVAL, - "Autosaves the non-volatile Save RAM at a regular interval. This is disabled by default unless set otherwise. The interval is measured in seconds. A value of 0 disables autosave." + "Autosaves the non-volatile SaveRAM at a regular interval. This is disabled by default unless set otherwise. The interval is measured in seconds. A value of 0 disables autosave." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_INDEX, @@ -2619,7 +2619,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_SAVE_FILE_COMPRESSION, - "Write non-volatile SaveRAM files in an archived format. Dramatically reduces file size at the expense of (negligibly) increased saving/loading times. Note: Only applies to cores that enable saving via the standard libretro Save RAM interface." + "Write non-volatile SaveRAM files in an archived format. Dramatically reduces file size at the expense of (negligibly) increased saving/loading times. Note: Only applies to cores that enable saving via the standard libretro SaveRAM interface." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SAVESTATE_FILE_COMPRESSION, @@ -2765,7 +2765,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_FASTFORWARD_RATIO, - "The maximum rate at which content will be run when using fast forward (e.g., 5.0x for 60 fps content = 300 fps cap). If set to 0.0x, fastforward ratio is unlimited (no FPS cap)." + "The maximum rate at which content will be run when using fast-forward (e.g., 5.0x for 60 fps content = 300 fps cap). If set to 0.0x, fast-forward ratio is unlimited (no FPS cap)." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SLOWMOTION_RATIO, @@ -2773,7 +2773,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_SLOWMOTION_RATIO, - "When in slow motion, content will slow down by the factor specified/set." + "When in slow-motion, content will slow down by the factor specified/set." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_MENU_ENUM_THROTTLE_FRAMERATE, @@ -2828,7 +2828,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_FRAME_TIME_COUNTER_RESET_AFTER_FASTFORWARDING, - "Reset the frame time counter after fastforwarding." + "Reset the frame time counter after fast-forwarding." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_FRAME_TIME_COUNTER_RESET_AFTER_LOAD_STATE, @@ -10243,15 +10243,15 @@ MSG_HASH( ) MSG_HASH( MSG_SLOW_MOTION, - "Slow motion." + "Slow-Motion." ) MSG_HASH( MSG_FAST_FORWARD, - "Fast forward." + "Fast-Forward." ) MSG_HASH( MSG_SLOW_MOTION_REWIND, - "Slow motion rewind." + "Slow-motion rewind." ) MSG_HASH( MSG_SRAM_WILL_NOT_BE_SAVED,