Localize hand labeler ui header (#23320)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<DefaultWindow xmlns="https://spacestation14.io"
|
<DefaultWindow xmlns="https://spacestation14.io"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
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">
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
|
||||||
<Label Name="CurrentTextLabel" Text="{Loc 'hand-labeler-current-text-label'}" />
|
<Label Name="CurrentTextLabel" Text="{Loc 'hand-labeler-current-text-label'}" />
|
||||||
<LineEdit Name="LabelLineEdit" />
|
<LineEdit Name="LabelLineEdit" />
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
hand-labeler-ui-header = Hand Labeler
|
||||||
|
|
||||||
# The content of the label in the UI above the text entry input.
|
# The content of the label in the UI above the text entry input.
|
||||||
hand-labeler-current-text-label = Label:
|
hand-labeler-current-text-label = Label:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user