Loading OnionSproutsBot/plugins/dialogue.py +7 −9 Original line number Diff line number Diff line Loading @@ -139,16 +139,14 @@ async def explain_bridges(client: Client, callback: CallbackQuery): text="<b>" + _("What are Tor bridges?") + "</b>\n\n" + _("Tor bridges are computers that can be very helpful when " "your internet provider has blocked you from using Tor, " "or if you just want to hide the fact that you are using Tor " "from anyone that could be monitoring your internet connection. " "That could be your internet provider, government, household " "members, school, workplace, among others.") + _("Tor bridges are relays nodes run by volunteers that help you " "access the Tor network when your internet provider has blocked it, " "or when anyone monitoring your connection blocks you from using Tor, " "such as your university, workplace, or household members. ") + "\n\n" + _("If the Tor network is blocked in your country, you can use " "a bridge to gain access again. Bridges are also a good idea to " "use if you want to use Tor in a discreet manner."), + _("If the Tor network is blocked in your region, you can use " "a bridge to gain access again." ), reply_markup=InlineKeyboardMarkup( [ [ Loading Loading
OnionSproutsBot/plugins/dialogue.py +7 −9 Original line number Diff line number Diff line Loading @@ -139,16 +139,14 @@ async def explain_bridges(client: Client, callback: CallbackQuery): text="<b>" + _("What are Tor bridges?") + "</b>\n\n" + _("Tor bridges are computers that can be very helpful when " "your internet provider has blocked you from using Tor, " "or if you just want to hide the fact that you are using Tor " "from anyone that could be monitoring your internet connection. " "That could be your internet provider, government, household " "members, school, workplace, among others.") + _("Tor bridges are relays nodes run by volunteers that help you " "access the Tor network when your internet provider has blocked it, " "or when anyone monitoring your connection blocks you from using Tor, " "such as your university, workplace, or household members. ") + "\n\n" + _("If the Tor network is blocked in your country, you can use " "a bridge to gain access again. Bridges are also a good idea to " "use if you want to use Tor in a discreet manner."), + _("If the Tor network is blocked in your region, you can use " "a bridge to gain access again." ), reply_markup=InlineKeyboardMarkup( [ [ Loading