Skip to content

Commit a22fea3

Browse files
Typo
1 parent 89cb1a1 commit a22fea3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CompressedFileViewer/Windows/SettingsDialog.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
<ListView.ToolTip>
3131
<TextBlock>
3232
You must restart Npp to update the menu commands. <LineBreak/>
33-
Disabled algorithms will no be used.<LineBreak />
33+
Disabled algorithms will not be used.<LineBreak />
3434
Enabled algorithms will be used for files with matching extension or for explicitly selected files (by using the menu). <LineBreak />
35-
If 'Try decompress all' is checked, files which extension does not match a enabled algorithm will still be decompressed if possiblem but only active algorithms are tried. <LineBreak/>
36-
Using the toolbar icon or 'Toogle Compressedion' will switch through all active algorithms including the compression based on the extension even if not active.
35+
If 'Try decompress all' is checked, files whose extension does not match an enabled algorithm will still be decompressed if possible, but only active algorithms are tried. <LineBreak/>
36+
Using the toolbar icon or 'Toggle Compression' will switch through all active algorithms including the compression based on the extension even if not active.
3737
</TextBlock>
3838
</ListView.ToolTip>
3939
<ListView.ItemContainerStyle>
@@ -47,7 +47,7 @@
4747
</ListView.ItemContainerStyle>
4848
<ListView.View>
4949
<GridView AllowsColumnReorder="False">
50-
<GridViewColumn Header="Is Enabled">
50+
<GridViewColumn Header="Is Enabled" Width="Auto">
5151
<GridViewColumn.CellTemplate>
5252
<DataTemplate DataType="local:AlgEntry">
5353
<CheckBox IsChecked="{Binding IsEnabled}">
@@ -67,7 +67,7 @@
6767
</DataTemplate>
6868
</GridViewColumn.CellTemplate>
6969
</GridViewColumn>
70-
<GridViewColumn Header="Is Active">
70+
<GridViewColumn Header="Is Active" Width="Auto">
7171
<GridViewColumn.CellTemplate>
7272
<DataTemplate DataType="local:AlgEntry">
7373
<CheckBox IsChecked="{Binding IsActive}">

0 commit comments

Comments
 (0)