Browse Source

leakcheck change chinese

JET-GZX 2 days ago
parent
commit
46cefcb133
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VirgoUI/Models/PMs/LeakCheckView.xaml

+ 1 - 1
VirgoUI/Models/PMs/LeakCheckView.xaml

@@ -134,7 +134,7 @@
                         </i:EventTrigger>
                     </i:Interaction.Triggers>
                 </Button>
-                <Button Width="80" Height="25" Margin="10,0" Content="Discontinue" IsEnabled="{Binding IsAbortButtonEnabled}">
+                <Button Width="80" Height="25" Margin="10,0" Content="Stop" IsEnabled="{Binding IsAbortButtonEnabled}">
                     <i:Interaction.Triggers>
                         <i:EventTrigger EventName="Click">
                             <cal:ActionMessage MethodName="AbortLeakCheck"/>