Merge pull request #738 from Masterain98/main

fix #737 Localization Update
This commit is contained in:
DismissedLight
2023-05-27 09:47:55 +08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -2016,4 +2016,7 @@
<data name="ViewControlElevationText" xml:space="preserve">
<value>需要管理员权限</value>
</data>
<data name="ViewCardLaunchGameSelectAccountPlaceholder" xml:space="preserve">
<value>选择账号或直接启动</value>
</data>
</root>

View File

@@ -66,7 +66,7 @@
VerticalAlignment="Bottom"
DisplayMemberPath="Name"
ItemsSource="{Binding GameAccounts}"
PlaceholderText="选择账号或直接启动"
PlaceholderText="{shcm:ResourceString Name=ViewCardLaunchGameSelectAccountPlaceholder}"
SelectedItem="{Binding SelectedGameAccount, Mode=TwoWay}"/>
</Grid>
</Grid>