Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Nov 13, 2022
1 parent b74afec commit f8a8652
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/LinkUtilitiesSettingsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<TextBlock DockPanel.Dock="Top" TextWrapping="Wrap"
Text="{DynamicResource LOCLinkUtilitiesSettingsBookmarkletDescription}" />
<TextBlock VerticalAlignment="Center" Margin="0,10,0,0" DockPanel.Dock="Top">
<Hyperlink NavigateUri="https://github.com/HerrKnarz/Playnite-Extension-LinkUtilities"
<Hyperlink NavigateUri="https://github.com/HerrKnarz/Playnite-Extension-LinkUtilities/wiki/URL-handler-and-bookmarklet#bookmarklet"
RequestNavigate="Hyperlink_RequestNavigate" >
<Run Text="{DynamicResource LOCLinkUtilitiesSettingsBookmarkletInformationLink}" />
</Hyperlink>
Expand Down
2 changes: 1 addition & 1 deletion Source/Localization/LocSource.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<sys:String x:Key="LOCLinkUtilitiesSettingsAddLink">Add link</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsApiKey">API-Key</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletDescription">Using a bookmarklet you can add the active website in your bwoeser directly to the selected games in Playnite. To find a suiting link name, you can define patterns for the URL and link title here. The patterns can contain wildcards. A * can be zero or more characters, a ? has to be exactly one character.</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletDescription">Using a bookmarklet you can add the active website in your browser directly to the selected games in Playnite. To find a suiting link name, you can define patterns for the URL and link title here. The patterns can contain wildcards. A * can be zero or more characters, a ? has to be exactly one character.</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletInformationLink">For more information on the bookmarklet click here.</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletLinkName">Link name</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletNamePattern">Name pattern</sys:String>
Expand Down
2 changes: 1 addition & 1 deletion Source/Localization/en_US.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<sys:String x:Key="LOCLinkUtilitiesSettingsAddLink">Add link</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsApiKey">API-Key</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletDescription">Using a bookmarklet you can add the active website in your bwoeser directly to the selected games in Playnite. To find a suiting link name, you can define patterns for the URL and link title here. The patterns can contain wildcards. A * can be zero or more characters, a ? has to be exactly one character.</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletDescription">Using a bookmarklet you can add the active website in your browser directly to the selected games in Playnite. To find a suiting link name, you can define patterns for the URL and link title here. The patterns can contain wildcards. A * can be zero or more characters, a ? has to be exactly one character.</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletInformationLink">For more information on the bookmarklet click here.</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletLinkName">Link name</sys:String>
<sys:String x:Key="LOCLinkUtilitiesSettingsBookmarkletNamePattern">Name pattern</sys:String>
Expand Down

0 comments on commit f8a8652

Please sign in to comment.