Skip to content

Commit a3b2923

Browse files
committed
Typo fixed
1 parent caaa8ef commit a3b2923

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RuckZuck_Tool/MainWindow.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<Grid>
120120
<StackPanel DockPanel.Dock="Left">
121121
<Label Content="RuckZuck" FontSize="14" FontWeight="Bold" Margin="30,0,0,0" FontFamily="Segoe UI Black" />
122-
<Label Content="... will Scan your Computer to detect installed Software" Margin="50,-10,0,0" />
122+
<Label Content="... will scan your Computer to detect installed Software" Margin="50,-10,0,0" />
123123
</StackPanel>
124124
<Image DockPanel.Dock="Right" HorizontalAlignment="Right" Margin="0,0,10,0" Panel.ZIndex="500" Source="Images/RuckZuck.png" />
125125
</Grid>
@@ -179,7 +179,7 @@
179179
<Grid>
180180
<StackPanel DockPanel.Dock="Left">
181181
<Label Content="RuckZuck" FontSize="14" FontWeight="Bold" Margin="30,0,0,0" FontFamily="Segoe UI Black" />
182-
<Label Content="... has Found unknow Software on your Computer." Margin="50,-10,0,0" />
182+
<Label Content="... has found unknow Software on your Computer." Margin="50,-10,0,0" />
183183
</StackPanel>
184184
<Image DockPanel.Dock="Right" HorizontalAlignment="Right" Margin="0,0,10,0" Panel.ZIndex="500" Source="Images/RuckZuck.png" />
185185
</Grid>
@@ -445,7 +445,7 @@
445445
<Grid>
446446
<StackPanel DockPanel.Dock="Left">
447447
<Label Content="RuckZuck" FontSize="14" FontWeight="Bold" Margin="30,0,0,0" FontFamily="Segoe UI Black" />
448-
<Label Content="Create a new Softare Package..." Margin="50,-10,0,0" />
448+
<Label Content="Create a new Software Package..." Margin="50,-10,0,0" />
449449
</StackPanel>
450450
<Image DockPanel.Dock="Right" HorizontalAlignment="Right" Margin="0,0,10,0" Panel.ZIndex="500" Source="Images/RuckZuck.png" />
451451
</Grid>
@@ -498,7 +498,7 @@
498498
<Grid>
499499
<StackPanel DockPanel.Dock="Left">
500500
<Label Content="RuckZuck" FontSize="14" FontWeight="Bold" Margin="30,0,0,0" FontFamily="Segoe UI Black" />
501-
<Label Content="Create new Software-Items based on a existing installation." Margin="50,-10,0,0" />
501+
<Label Content="Create new Software-Items based on an existing installation." Margin="50,-10,0,0" />
502502
</StackPanel>
503503
<Image DockPanel.Dock="Right" HorizontalAlignment="Right" Margin="0,0,10,0" Panel.ZIndex="500" Source="Images/RuckZuck.png" />
504504
</Grid>

0 commit comments

Comments
 (0)