US Translation: Add back RGUI_BORDER_FILLER_THICKNESS
This commit is contained in:
parent
9fb170bcd4
commit
38c8369e58
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue