Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/IdleMaster/SteamProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal static string GetSteamId()

internal static string GetSteamUrl()
{
return "http://steamcommunity.com/profiles/" + GetSteamId();
return "https://steamcommunity.com/profiles/" + GetSteamId();
}

internal static string GetSignedAs()
Expand Down
4 changes: 2 additions & 2 deletions Source/IdleMaster/localization/strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Source/IdleMaster/localization/strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<value>&amp;Blacklist Current Game</value>
</data>
<data name="card_drops_remaining" xml:space="preserve">
<value>card drops remaining</value>
<value>Card drops remaining</value>
</data>
<data name="currently_ingame" xml:space="preserve">
<value>Currently in-game</value>
Expand Down