From 41a9c46846c0d9c8535cb50e35c485b4f7d80035 Mon Sep 17 00:00:00 2001 From: IlDucci Date: Tue, 5 Oct 2021 15:18:19 +0200 Subject: [PATCH] Fixing a string typo in PR #13068 --- 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 d9025a9569..311d821eb9 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1520,7 +1520,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_WINDOW_OFFSET_X, - "Forces a certain offset horizontally to the video. The offset is applied globaly." + "Forces a certain offset horizontally to the video. The offset is applied globally." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_OFFSET_Y, @@ -1528,7 +1528,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_WINDOW_OFFSET_Y, - "Forces a certain offset vertically to the video. The offset is applied globaly." + "Forces a certain offset vertically to the video. The offset is applied globally." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE,