US Translation: More minor fixes
This commit is contained in:
parent
f803ee2c0b
commit
68021903c9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue