Skip to content

Commit

Permalink
Update translate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Patriot99 authored May 24, 2024
1 parent ea13f4d commit 224b316
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Translation(TypedDict):
),
"no_token": "No authorization token could be found.",
"closed_window": (
"Chrome window was closed before the login procedure could complete."
"The Chrome window was closed before the login procedure could be complete."
),
},
"error_code": "Login error code: {error_code}",
Expand Down Expand Up @@ -369,7 +369,7 @@ class Translation(TypedDict):
"priority": "Priority",
"exclude": "Exclude",
"reload": "Reload",
"reload_text": "Most changes require a reload to take an immediate effect: ",
"reload_text": "Most changes require a reload to take immediate effect: ",
},
"help": {
"links": {
Expand All @@ -389,21 +389,21 @@ class Translation(TypedDict):
),
"getting_started": "Getting Started",
"getting_started_text": (
"1. Login into the application.\n"
"1. Login to the application.\n"
"2. Ensure your Twitch account is linked to all campaigns "
"you're interested in mining.\n"
"3. If you're interested in just mining everything, "
"uncheck \"Priority only\" and press on \"Reload\".\n"
"uncheck \"Priority only\" and press \"Reload\".\n"
"4. If you want to mine specific games first, use the \"Priority\" list "
"to setup an ordered list of games of your choice. Games from the top of the list "
"to set up an ordered list of games of your choice. Games from the top of the list "
"will be attempted to be mined first, before the ones lower down the list.\n"
"5. Keep the \"Priority only\" option checked, to avoid mining games "
"5. Keep the \"Priority only\" option checked to avoid mining games "
"that are not on the priority list. Or not - it's up to you.\n"
"6. Use the \"Exclude\" list to tell the application "
"which games should never be mined.\n"
"7. Changing the contents of either of the lists, or changing the state "
"of the \"Priority only\" option, requires you to press on \"Reload\" "
"for the changes to take an effect."
"7. Changing the contents of either of the lists or changing the state "
"of the \"Priority only\" option, requires you to press \"Reload\" "
"for the changes to take effect."
),
},
},
Expand Down

0 comments on commit 224b316

Please sign in to comment.