From 38c8369e585f7196c09fdcd080de673592d7dda8 Mon Sep 17 00:00:00 2001 From: im4potato Date: Thu, 7 May 2020 20:58:50 -0700 Subject: [PATCH] US Translation: Add back RGUI_BORDER_FILLER_THICKNESS --- intl/msg_hash_us.h | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index c658ca42aa..8c5d45f715 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -7112,14 +7112,6 @@ MSG_HASH( /* RGUI: Settings > User Interface > Appearance */ -MSG_HASH( - MENU_ENUM_LABEL_VALUE_MENU_RGUI_BORDER_FILLER_ENABLE, - "Border Filler" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_MENU_RGUI_BORDER_FILLER_ENABLE, - "Display menu border." - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_MENU_RGUI_BACKGROUND_FILLER_THICKNESS_ENABLE, "Background Filler Thickness" @@ -7128,6 +7120,22 @@ MSG_HASH( MENU_ENUM_SUBLABEL_MENU_RGUI_BACKGROUND_FILLER_THICKNESS_ENABLE, "Increase coarseness of menu background chequerboard pattern." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MENU_RGUI_BORDER_FILLER_ENABLE, + "Border Filler" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MENU_RGUI_BORDER_FILLER_THICKNESS_ENABLE, + "Border Filler Thickness" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_RGUI_BORDER_FILLER_THICKNESS_ENABLE, + "Increase coarseness of menu border checkerboard." + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_RGUI_BORDER_FILLER_ENABLE, + "Display menu border." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_MENU_RGUI_FULL_WIDTH_LAYOUT, "Use Full-Width Layout"