Skip to content

Commit 85ba9ce

Browse files
authored
fix aac tablet fr (DeltaV-Station#3502)
Co-authored-by: deltanedas <@deltanedas:kde.org>
1 parent aed6f71 commit 85ba9ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Content.Client/_DV/AACTablet/UI/AACWindow.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<controls:FancyWindow xmlns="https://spacestation14.io"
22
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
3-
Title="acc-tablet-title"
3+
Title="{Loc 'aac-tablet-title'}"
44
Resizable="True"
55
SetSize="540 300"
66
MinSize="540 300">
77
<BoxContainer Orientation="Vertical">
88
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
9-
<CheckBox Name="ShouldBuffer" Text="aac-tablet-combine"/>
9+
<CheckBox Name="ShouldBuffer" Text="{Loc 'aac-tablet-combine'}"/>
1010
<LineEdit Name="BufferedString" Editable="False" HorizontalExpand="True"/>
11-
<Button Name="ClearButton" Text="aac-tablet-backspace" TextAlign="Center"/>
12-
<Button Name="SendButton" Text="aac-tablet-send" TextAlign="Center"/>
11+
<Button Name="ClearButton" Text="{Loc 'aac-tablet-backspace'}" TextAlign="Center"/>
12+
<Button Name="SendButton" Text="{Loc 'aac-tablet-send'}" TextAlign="Center"/>
1313
</BoxContainer>
1414
<TabContainer Name="WindowBody" TabTitle="Search" VerticalExpand="True" MouseFilter="Pass">
1515
<BoxContainer Orientation="Vertical" Name="Search" MinSize="540 200">

0 commit comments

Comments
 (0)