Skip to content

Commit b70d198

Browse files
authored
Merge pull request #936 from Flow-Launcher/browserWindowText
Use Dynamic resource for NewTab & NewWindow
2 parents 47c4023 + aedb738 commit b70d198

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Flow.Launcher/SelectBrowserWindow.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,10 @@
195195
HorizontalAlignment="Left"
196196
VerticalAlignment="Center"
197197
Orientation="Horizontal">
198-
<RadioButton IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
199-
<RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}">New Window</RadioButton>
198+
<RadioButton IsChecked="{Binding OpenInTab}"
199+
Content="{DynamicResource defaultBrowser_newWindow}"></RadioButton>
200+
<RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}"
201+
Content="{DynamicResource defaultBrowser_newWindow}"></RadioButton>
200202
</StackPanel>
201203
<TextBlock
202204
Grid.Row="3"

0 commit comments

Comments
 (0)