Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Aug 28, 2024
1 parent ee6c382 commit 1861652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Localization/en_US.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<sys:String x:Key="LOCLegendaryRequiredInstallViaThirdPartyLauncherErrorOther">Following games require direct installation via {0}: {1}.</sys:String>
<sys:String x:Key="LOCLegendaryInstallPrerequisites">Install prerequisites ({0})</sys:String>
<sys:String x:Key="LOCLegendaryRequiredInstallOfThirdPartyLauncher">{1} requires installation of {0}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install it directly via {0}.</sys:String>
<sys:String x:Key="LOCLegendaryRequiredInstallOfThirdPartyLauncherOther">Following games require installation of {0}: {1}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install it directly via {0}.</sys:String>
<sys:String x:Key="LOCLegendaryRequiredInstallOfThirdPartyLauncherOther">Following games require installation of {0}: {1}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install them directly via {0}.</sys:String>
<sys:String x:Key="LOCLegendaryInstallingPrerequisites">Installing prerequisites ({0})...</sys:String>
<sys:String x:Key="LOCLegendaryGames">Games</sys:String>
</ResourceDictionary>
2 changes: 1 addition & 1 deletion src/LocalizationKeys.cs
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ public static class LOC
/// </summary>
public const string LegendaryRequiredInstallOfThirdPartyLauncher = "LOCLegendaryRequiredInstallOfThirdPartyLauncher";
/// <summary>
/// Following games require installation of {0}: {1}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install it directly via {0}.
/// Following games require installation of {0}: {1}. It's recommended to go to Plugin settings => Additional services => {0} => Activate games, and then install them directly via {0}.
/// </summary>
public const string LegendaryRequiredInstallOfThirdPartyLauncherOther = "LOCLegendaryRequiredInstallOfThirdPartyLauncherOther";
/// <summary>
Expand Down

0 comments on commit 1861652

Please sign in to comment.