Skip to content

Commit

Permalink
unified names of the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadySK committed Jan 3, 2022
1 parent 8c386ff commit e87bbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
<Label Content="Apply (to registry)" Padding="1"/>
</ComboBox>
</StackPanel>
<Button Style="{StaticResource SystemButton}" Grid.Column="0" Margin="5" Content="Restore or backup" Click="ButtonRestore_Click" />
<Button Style="{StaticResource SystemButton}" Grid.Column="0" Margin="5" Content="Backup and restore" Click="ButtonRestore_Click" />

</Grid>
</StackPanel>
Expand Down
2 changes: 1 addition & 1 deletion RestoreWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:AdvancedWindowsAppearence"
mc:Ignorable="d"
Title="Restore and backup" SizeToContent="Height" WindowStartupLocation="CenterOwner" Width="469" ResizeMode="NoResize">
Title="Backup and restore" SizeToContent="Height" WindowStartupLocation="CenterOwner" Width="469" ResizeMode="NoResize">
<Window.Resources>
<Style x:Key="bulletStyle" TargetType="RadioButton">
<Setter Property="Margin" Value="5"/>
Expand Down

0 comments on commit e87bbe0

Please sign in to comment.