Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7b9df87

Browse files
Fixing ResetMasterTracking checkbox binding and giving it a clearer label
1 parent 5c8449a commit 7b9df87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/GitHub.VisualStudio/Views/Dialog/ForkRepositoryExecuteView.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@
5555
</Border>
5656
<Border Style="{StaticResource ItemBorder}">
5757
<DockPanel>
58-
<CheckBox IsChecked="{Binding AddUpstream}"/>
59-
<TextBlock TextWrapping="Wrap">
58+
<CheckBox IsChecked="{Binding AddUpstream}"/>
59+
<TextBlock TextWrapping="Wrap">
6060
Add an <Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">upstream</Run> remote pointing to
6161
<Hyperlink><Run Text="{Binding SourceRepository.CloneUrl, Mode=OneWay}"/></Hyperlink>
6262
</TextBlock>
6363
</DockPanel>
6464
</Border>
6565
<Border Style="{StaticResource ItemBorder}">
6666
<DockPanel>
67-
<CheckBox IsChecked="{Binding AddUpstream}"/>
67+
<CheckBox IsChecked="{Binding ResetMasterTracking}"/>
6868
<TextBlock TextWrapping="Wrap">
69-
Reset the <Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">master</Run> branch to
69+
Set the <Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">master</Run> branch to track
7070
<Run Style="{DynamicResource {x:Static markdig:Styles.CodeStyleKey}}">upstream/master</Run>
7171
</TextBlock>
7272
</DockPanel>

0 commit comments

Comments
 (0)