We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe083f6 commit 54f9dedCopy full SHA for 54f9ded
1 file changed
WindowTranslator/Modules/ErrorReport/ErrorReportDialog.xaml
@@ -113,7 +113,7 @@
113
Content="{x:Static properties:Resources.Sent}"
114
IsOpen="{Binding Sent, Mode=OneWay}"
115
Placement="Top" />
116
- <ui:Button Content="閉じる" IsCancel="True" />
+ <ui:Button Content="{x:Static properties:Resources.Close}" IsCancel="True" />
117
</StackPanel>
118
<ContentPresenter
119
x:Name="RootContentDialog"
0 commit comments