Localize character editor show button (#19634)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<BoxContainer HorizontalExpand="True">
|
||||
<Label Text="{Loc 'humanoid-profile-editor-clothing'}" />
|
||||
<Control HorizontalExpand="True"/>
|
||||
<Button Name="ShowClothes" Pressed="True" ToggleMode="True" Text="{Loc 'Show'}" HorizontalAlignment="Right" />
|
||||
<Button Name="ShowClothes" Pressed="True" ToggleMode="True" Text="{Loc 'humanoid-profile-editor-clothing-show'}" HorizontalAlignment="Right" />
|
||||
</BoxContainer>
|
||||
<!-- Clothing -->
|
||||
<BoxContainer HorizontalExpand="True">
|
||||
|
||||
@@ -3,6 +3,7 @@ humanoid-profile-editor-name-label = Name:
|
||||
humanoid-profile-editor-name-random-button = Randomize
|
||||
humanoid-profile-editor-appearance-tab = Appearance
|
||||
humanoid-profile-editor-clothing = Show clothing
|
||||
humanoid-profile-editor-clothing-show = Show
|
||||
humanoid-profile-editor-sex-label = Sex:
|
||||
humanoid-profile-editor-sex-male-text = Male
|
||||
humanoid-profile-editor-sex-female-text = Female
|
||||
|
||||
Reference in New Issue
Block a user