Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from Akipuff/master
Browse files Browse the repository at this point in the history
Minor Fixes
  • Loading branch information
szefo09 authored Jan 5, 2019
2 parents 7f486fa + c9160f2 commit aa43939
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
138 changes: 69 additions & 69 deletions YgoProPatcher/Client.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 YgoProPatcher/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public YgoProPatcher()
toolTip1.SetToolTip(UpdateWhenLabel, "This label tells you if/when the next check will occur or if it's on cooldown!");
toolTip1.SetToolTip(MimimizeButton, "This button makes the application minimize to taskbar!\nUseful if you want to check for updates without this window taking space!");
toolTip1.SetToolTip(StartMinimizedCheckbox, "This lets you make YgoProPatcher start in background,\nchecking for new updates in background!");
toolTip1.SetToolTip(submitFaceButton, "This button will open you a website where you can submit a custom face icon\nthat others will be able to see if they also update using the patcher.");
toolTip1.SetToolTip(submitFaceButton, "This button will open a webpage where you can submit a custom face icon\nthat others will be able to see if they also update using the patcher.");
string version = Data.version;
footerLabel.Text += version;
CheckForNewVersionOfPatcher(version);
Expand Down

0 comments on commit aa43939

Please sign in to comment.