Skip to content

Commit

Permalink
doc: fixed typo in catalog window
Browse files Browse the repository at this point in the history
  • Loading branch information
seehma committed Feb 2, 2024
1 parent 6f7837a commit b9d54f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwinpackVsixShared/Dialogs/CatalogWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
<TextBlock>Force package download</TextBlock>
</CheckBox>
<CheckBox Grid.Row="1" Margin="0 5 0 0" IsChecked="{Binding AddDependenciesAsReferences}">
<TextBlock>Add depenencies as references</TextBlock>
<TextBlock>Add dependencies as references</TextBlock>
</CheckBox>
<CheckBox Grid.Row="2" Margin="0 5 0 0" IsEnabled="{Binding IsNewPackage, Converter={StaticResource BooleanToInverseBooleanConverter}}" IsChecked="{Binding ForceShowLicense}">
<TextBlock>Confirm license of already installed packages</TextBlock>
Expand Down

1 comment on commit b9d54f3

@iadonkey
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cherry-pick release/0.6

Please sign in to comment.