Skip to content

Commit db053b3

Browse files
authored
Merge pull request #302 from dremin/fix-polish-start
Fix Start string for Polish (#301)
2 parents d51ce99 + 2de5844 commit db053b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetroBar/Languages/polski.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<s:String x:Key="ok_dialog">OK</s:String>
2929

3030
<s:String x:Key="start_text">Start</s:String>
31-
<s:String x:Key="start_text_xp">start</s:String>
31+
<s:String x:Key="start_text_xp">Start</s:String>
3232
<s:String x:Key="start_button_tip_98">Kliknij tutaj aby rozpocząć.</s:String>
3333
<s:String x:Key="start_button_tip">Kliknij tutaj aby rozpocząć</s:String>
3434
<s:String x:Key="start_button_tip_vista">Start</s:String>

0 commit comments

Comments
 (0)