From 02639b3e70b54ce200e0a92f37488afaa0f79b84 Mon Sep 17 00:00:00 2001 From: FenPhoenix Date: Wed, 16 Oct 2019 21:30:16 -0700 Subject: [PATCH] Add missing colon in a string --- AngelLoader/Common/DataClasses/Localization.cs | 7 +++---- AngelLoader/Languages/English.ini | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AngelLoader/Common/DataClasses/Localization.cs b/AngelLoader/Common/DataClasses/Localization.cs index 9bb48cd95..503ad0695 100644 --- a/AngelLoader/Common/DataClasses/Localization.cs +++ b/AngelLoader/Common/DataClasses/Localization.cs @@ -325,14 +325,13 @@ internal static class SettingsWindow internal static string InitialSettings_TabText = "Initial Settings"; [FenGenBlankLine] internal static string Paths_PathsToGameExes = "Paths to game executables"; - internal static string Paths_Thief1AndThief2RequireNewDark = "* Thief 1 and Thief 2 require NewDark."; internal static string Paths_Thief3RequiresSneakyUpgrade = "* Thief 3 requires the Sneaky Upgrade 1.1.9.1 or above."; - + [FenGenBlankLine] internal static string Paths_SteamOptions = "Steam options"; - internal static string Paths_PathToSteamExecutable = "Path to Steam executable (optional)"; + internal static string Paths_PathToSteamExecutable = "Path to Steam executable (optional):"; internal static string Paths_LaunchTheseGamesThroughSteam = "If Steam exists, use it to launch these games:"; - + [FenGenBlankLine] internal static string Paths_Other = "Other"; internal static string Paths_BackupPath = "FM backup path:"; internal static string Paths_FMArchivePaths = "FM archive paths"; diff --git a/AngelLoader/Languages/English.ini b/AngelLoader/Languages/English.ini index ecfe78ba9..b9c76eb8f 100644 --- a/AngelLoader/Languages/English.ini +++ b/AngelLoader/Languages/English.ini @@ -276,9 +276,11 @@ InitialSettings_TabText=Initial Settings Paths_PathsToGameExes=Paths to game executables Paths_Thief1AndThief2RequireNewDark=* Thief 1 and Thief 2 require NewDark. Paths_Thief3RequiresSneakyUpgrade=* Thief 3 requires the Sneaky Upgrade 1.1.9.1 or above. + Paths_SteamOptions=Steam options -Paths_PathToSteamExecutable=Path to Steam executable (optional) +Paths_PathToSteamExecutable=Path to Steam executable (optional): Paths_LaunchTheseGamesThroughSteam=If Steam exists, use it to launch these games: + Paths_Other=Other Paths_BackupPath=FM backup path: Paths_FMArchivePaths=FM archive paths