Localize character editor show button (#19634)

This commit is contained in:
Morb
2023-08-30 02:39:01 +03:00
committed by GitHub
parent e009ceac6e
commit cb5a2636e1
2 changed files with 2 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
<BoxContainer HorizontalExpand="True"> <BoxContainer HorizontalExpand="True">
<Label Text="{Loc 'humanoid-profile-editor-clothing'}" /> <Label Text="{Loc 'humanoid-profile-editor-clothing'}" />
<Control HorizontalExpand="True"/> <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> </BoxContainer>
<!-- Clothing --> <!-- Clothing -->
<BoxContainer HorizontalExpand="True"> <BoxContainer HorizontalExpand="True">

View File

@@ -3,6 +3,7 @@ humanoid-profile-editor-name-label = Name:
humanoid-profile-editor-name-random-button = Randomize humanoid-profile-editor-name-random-button = Randomize
humanoid-profile-editor-appearance-tab = Appearance humanoid-profile-editor-appearance-tab = Appearance
humanoid-profile-editor-clothing = Show clothing humanoid-profile-editor-clothing = Show clothing
humanoid-profile-editor-clothing-show = Show
humanoid-profile-editor-sex-label = Sex: humanoid-profile-editor-sex-label = Sex:
humanoid-profile-editor-sex-male-text = Male humanoid-profile-editor-sex-male-text = Male
humanoid-profile-editor-sex-female-text = Female humanoid-profile-editor-sex-female-text = Female