Localize hand labeler ui header (#23320)

This commit is contained in:
lzk
2024-01-01 12:41:43 +01:00
committed by GitHub
parent d5574f6274
commit a6cde8bbe9
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<DefaultWindow xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Hand Labeler">
Title="{Loc 'hand-labeler-ui-header'}">
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
<Label Name="CurrentTextLabel" Text="{Loc 'hand-labeler-current-text-label'}" />
<LineEdit Name="LabelLineEdit" />