File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 176
176
<system : String x : Key =" defaultBrowser_name" >Browser</system : String >
177
177
<system : String x : Key =" defaultBrowser_profile_name" >Browser Name</system : String >
178
178
<system : String x : Key =" defaultBrowser_path" >Browser Path</system : String >
179
- <system : String x : Key =" defaultBrowser_newtab " >New Window</system : String >
180
- <system : String x : Key =" defaultBrowser_newWindow " >New Tab</system : String >
179
+ <system : String x : Key =" defaultBrowser_newWindow " >New Window</system : String >
180
+ <system : String x : Key =" defaultBrowser_newTab " >New Tab</system : String >
181
181
<system : String x : Key =" defaultBrowser_parameter" >Private Mode</system : String >
182
182
183
183
<!-- Priority Setting Dialog -->
Original file line number Diff line number Diff line change 175
175
<system : String x : Key =" defaultBrowser_name" >브라우저</system : String >
176
176
<system : String x : Key =" defaultBrowser_profile_name" >브라우저 이름</system : String >
177
177
<system : String x : Key =" defaultBrowser_path" >브라우저 경로</system : String >
178
- <system : String x : Key =" defaultBrowser_newtab " >새 창</system : String >
179
- <system : String x : Key =" defaultBrowser_newWindow " >새 탭</system : String >
178
+ <system : String x : Key =" defaultBrowser_newWindow " >새 창</system : String >
179
+ <system : String x : Key =" defaultBrowser_newTab " >새 탭</system : String >
180
180
<system : String x : Key =" defaultBrowser_parameter" >프라이빗 모드</system : String >
181
181
182
182
<!-- Priority Setting Dialog -->
Original file line number Diff line number Diff line change 176
176
<system : String x : Key =" defaultBrowser_name" >Navegador</system : String >
177
177
<system : String x : Key =" defaultBrowser_profile_name" >Nome do navegador</system : String >
178
178
<system : String x : Key =" defaultBrowser_path" >Caminho do navegador</system : String >
179
- <system : String x : Key =" defaultBrowser_newtab " >Nova janela</system : String >
180
- <system : String x : Key =" defaultBrowser_newWindow " >Novo separador</system : String >
179
+ <system : String x : Key =" defaultBrowser_newWindow " >Nova janela</system : String >
180
+ <system : String x : Key =" defaultBrowser_newTab " >Novo separador</system : String >
181
181
<system : String x : Key =" defaultBrowser_parameter" >Modo privado</system : String >
182
182
183
183
<!-- Priority Setting Dialog -->
Original file line number Diff line number Diff line change 174
174
<system : String x : Key =" defaultBrowser_name" >Prehliadač</system : String >
175
175
<system : String x : Key =" defaultBrowser_profile_name" >Názov prehliadača</system : String >
176
176
<system : String x : Key =" defaultBrowser_path" >Cesta k prehliadaču</system : String >
177
- <system : String x : Key =" defaultBrowser_newtab " >Nové okno</system : String >
178
- <system : String x : Key =" defaultBrowser_newWindow " >Nová karta</system : String >
177
+ <system : String x : Key =" defaultBrowser_newWindow " >Nové okno</system : String >
178
+ <system : String x : Key =" defaultBrowser_newTab " >Nová karta</system : String >
179
179
<system : String x : Key =" defaultBrowser_parameter" >Privátny režim</system : String >
180
180
181
181
<!-- Priority Setting Dialog -->
Original file line number Diff line number Diff line change 196
196
VerticalAlignment =" Center"
197
197
Orientation =" Horizontal" >
198
198
<RadioButton IsChecked =" {Binding OpenInTab}"
199
- Content =" {DynamicResource defaultBrowser_newWindow }" ></RadioButton >
199
+ Content =" {DynamicResource defaultBrowser_newTab }" ></RadioButton >
200
200
<RadioButton IsChecked =" {Binding OpenInNewWindow, Mode=OneTime}"
201
201
Content =" {DynamicResource defaultBrowser_newWindow}" ></RadioButton >
202
202
</StackPanel >
You can’t perform that action at this time.
0 commit comments