diff --git a/translate.py b/translate.py index 19c2d894..2d7b8f6e 100644 --- a/translate.py +++ b/translate.py @@ -404,19 +404,21 @@ class Translation(TypedDict): "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 \"Reload\".\n" + "3. If you're interested in mining everything possible, " + "change the Priority Mode to anything other than \"Priority list only\" " + "and press on \"Reload\".\n" "4. If you want to mine specific games first, use the \"Priority\" 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 " - "that are not on the priority list. Or not - it's up to you.\n" + "5. Keep the \"Priority mode\" selected as \"Priority list only\", " + "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 \"Reload\" " - "for the changes to take effect." + "7. Changing the contents of either of the lists, or changing " + "the \"Priority mode\", requires you to press on \"Reload\" " + "for the changes to take an effect." ), }, },