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">
<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">