We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1867976 commit a975617Copy full SHA for a975617
RegexDialog/RegExToolDialog.xaml
@@ -350,7 +350,7 @@
350
<Style BasedOn="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" TargetType="Button" />
351
<Style BasedOn="{StaticResource {x:Static ToolBar.ToggleButtonStyleKey}}" TargetType="ToggleButton" />
352
</StackPanel.Resources>
353
- <Label Target="{Binding ElementName=ReplaceEditor}">Re_place</Label>
+ <Label Target="{Binding ElementName=ReplaceEditor}">R_eplace</Label>
354
<Button Name="ReplaceHistoryButton" Margin="0,2" Click="ReplaceHistoryButton_Click">
355
<Image Source="{StaticResource DownArrow}"/>
356
</Button>
0 commit comments