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

Commit 554b3b9

Browse files
committed
Localize the "Open" button
1 parent b36ea68 commit 554b3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/Dialog/Clone/RepositoryCloneView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
HorizontalAlignment="Center"
3535
IsDefault="True"
3636
Command="{Binding Open}"
37-
Content="Open"
37+
Content="{x:Static ghfvs:Resources.Open}"
3838
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.OpenRepositoryButton}"
3939
KeyboardNavigation.TabIndex="6"/>
4040
</StackPanel>

0 commit comments

Comments
 (0)