Skip to content

Commit

Permalink
Add missing colon in a string
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Oct 17, 2019
1 parent ae2e593 commit 02639b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions AngelLoader/Common/DataClasses/Localization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 3 additions & 1 deletion AngelLoader/Languages/English.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02639b3

Please sign in to comment.