mirror of
https://github.com/Stone-Red-Code/ClipCMD.git
synced 2026-09-04 00:46:10 +02:00
Fix spelling mistakes
This commit is contained in:
@@ -82,7 +82,7 @@ public class MainViewModel : ViewModelBase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public string CommandArgsSeperator
|
public string CommandArgsSeparator
|
||||||
{
|
{
|
||||||
get => Settings.Current.CommandArgsSeperator;
|
get => Settings.Current.CommandArgsSeperator;
|
||||||
set
|
set
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user