Fix spelling mistakes

This commit is contained in:
Stone_Red
2024-06-10 15:14:54 +02:00
parent ca665f09a8
commit 643ea1af3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ public class MainViewModel : ViewModelBase
} }
} }
public string CommandArgsSeperator public string CommandArgsSeparator
{ {
get => Settings.Current.CommandArgsSeperator; get => Settings.Current.CommandArgsSeperator;
set set
+1 -1
View File
@@ -29,7 +29,7 @@
<Grid RowDefinitions="Auto * Auto * Auto" VerticalAlignment="Stretch"> <Grid RowDefinitions="Auto * Auto * Auto" VerticalAlignment="Stretch">
<TextBox Grid.Row="0" MaxLength="5" InnerLeftContent="Prefix:" Watermark="none" Text="{Binding Prefix}" /> <TextBox Grid.Row="0" MaxLength="5" InnerLeftContent="Prefix:" Watermark="none" Text="{Binding Prefix}" />
<TextBox Grid.Row="2" MaxLength="5" InnerLeftContent="Suffix:" Watermark="none" Text="{Binding Suffix}" /> <TextBox Grid.Row="2" MaxLength="5" InnerLeftContent="Suffix:" Watermark="none" Text="{Binding Suffix}" />
<TextBox Grid.Row="4" MaxLength="2" InnerLeftContent="Args seperator:" Text="{Binding CommandArgsSeperator}" /> <TextBox Grid.Row="4" MaxLength="2" InnerLeftContent="Args separator:" Text="{Binding CommandArgsSeparator}" />
</Grid> </Grid>
<Label Grid.Column="1" Content="ClipCMD" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="30" /> <Label Grid.Column="1" Content="ClipCMD" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="30" />