|
@@ -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"/>
|