Skip to content

Commit 4a3d1dc

Browse files
committed
fixed typos
1 parent c2abf94 commit 4a3d1dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SmartCmdArgs/SmartCmdArgs.Shared/View/SettingsControl.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353

5454
<Separator Margin="0,10,0,0"/>
5555

56-
<!-- Continous Profile Updates -->
57-
<uc:SettingsCheckBox HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5,10,5,0" LabelText="Continous Profile Updates" IsChecked="{Binding AutoProfileUpdates}" DefaultValue="{Binding Options.AutoProfileUpdates, Mode=OneWay}"
58-
Description="If enabled the launch profile is updated every time the content of the extension window changes. Otherwise the profile is only updated on programm launch."/>
56+
<!-- Continuous Profile Updates -->
57+
<uc:SettingsCheckBox HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5,10,5,0" LabelText="Continuous Profile Updates" IsChecked="{Binding AutoProfileUpdates}" DefaultValue="{Binding Options.AutoProfileUpdates, Mode=OneWay}"
58+
Description="If enabled the launch profile is updated every time the content of the extension window changes. Otherwise the profile is only updated on program launch."/>
5959

6060
<!-- Enable version control support -->
6161
<uc:SettingsCheckBox HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5,10,5,0" LabelText="Enable version control support" IsChecked="{Binding VcsSupportEnabled}" DefaultValue="{Binding Options.VcsSupportEnabled, Mode=OneWay}"
62-
Description="If enabled the extension will store the command line arguments into an json file at the same loctation as the related project file. That way the command line arguments might be version controlled by a VCS. If disabled the extension will store everything inside the solutions .suo-file which is usally ignored by version control."/>
62+
Description="If enabled the extension will store the command line arguments into an json file at the same location as the related project file. That way the command line arguments might be version controlled by a VCS. If disabled the extension will store everything inside the solutions .suo-file which is usally ignored by version control."/>
6363

6464
<!-- Use Solution Directory -->
6565
<uc:SettingsCheckBox HorizontalAlignment="Left" VerticalAlignment="Top" Margin="5,10,5,0" LabelText="Use Solution Directory" IsChecked="{Binding UseSolutionDir}" DefaultValue="{Binding Options.UseSolutionDir, Mode=OneWay}" RequiredDisplayName="Version Control Support" RequiredValue="{Binding VcsSupportEnabled}"

0 commit comments

Comments
 (0)