From 49d0045434b80cf8bfef2a397a3fc8cac346a6c5 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sun, 26 Apr 2020 09:24:11 +0300 Subject: [PATCH 1/4] Force Aspect -> Force Aspect Ratio --- intl/msg_hash_us.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index f76e2f800b..1a68464df8 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1491,7 +1491,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_SCALE_INTEGER, - "Only scales video in integer steps. The base size depends on system-reported geometry and aspect ratio. If 'Force Aspect' is not set, X/Y will be integer scaled independently." + "Only scales video in integer steps. The base size depends on system-reported geometry and aspect ratio. If 'Force Aspect Ratio' is not set, X/Y will be integer scaled independently." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX, @@ -8866,7 +8866,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_ASPECT, - "Force aspect ratio" + "Force Aspect Ratio" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SELECT_FROM_PLAYLIST, From 004588d627e575103dd3b9acfbfda0800cd13577 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sun, 26 Apr 2020 09:30:49 +0300 Subject: [PATCH 2/4] Update msg_hash_us.h --- intl/msg_hash_us.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 1a68464df8..84d6b7b1d8 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1503,7 +1503,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO, - "Floating point value for video aspect ratio (width / height), used if the Aspect Ratio is set to 'Config'." + "Floating point value for video aspect ratio (width / height), used if the Aspect Ratio is set to 'Config Aspect Ratio'." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X, From cc6a5a6077ceeec648cb6518f7c5dd493a899558 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sun, 26 Apr 2020 09:37:34 +0300 Subject: [PATCH 3/4] Update msg_hash_us.h --- intl/msg_hash_us.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 84d6b7b1d8..438945c32e 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1527,7 +1527,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_WIDTH, - "Custom viewport width that is used if the Aspect Ratio is set to 'Custom'." + "Custom viewport width that is used if the Aspect Ratio is set to 'Custom Aspect Ratio'." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_HEIGHT, @@ -1535,7 +1535,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_HEIGHT, - "Custom viewport height that is used if the Aspect Ratio is set to 'Custom'." + "Custom viewport height that is used if the Aspect Ratio is set to 'Custom Aspect Ratio'." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_CROP_OVERSCAN, From 8d717144464aaf44f20c8aca0cb3aa99329e05a3 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sun, 26 Apr 2020 11:36:18 +0300 Subject: [PATCH 4/4] Update msg_hash_us.h --- intl/msg_hash_us.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 438945c32e..70fc1bb32e 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1499,11 +1499,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO, - "Config Aspect Ratio" + "Custom Aspect Ratio" ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO, - "Floating point value for video aspect ratio (width / height), used if the Aspect Ratio is set to 'Config Aspect Ratio'." + "Floating point value for video aspect ratio (width / height), used if the Aspect Ratio is set to 'Custom Aspect Ratio'." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X,