Loading OnionSproutsBot/locales/onionsproutsbot.pot +2 −2 Original line number Diff line number Diff line Loading @@ -120,8 +120,8 @@ msgid "" msgstr "" msgid "" "The network is peer-to-peer and largely supported by volunteers, as well as " "The Tor Project Inc., a non-profit organization based in the United States." "The Tor network is a decentralized onion routing network and largely " "supported by volunteers around the world." msgstr "" msgid "What are Tor bridges?" Loading OnionSproutsBot/plugins/dialogue.py +2 −3 Original line number Diff line number Diff line Loading @@ -105,9 +105,8 @@ async def explain_tor(client: Client, callback: CallbackQuery): "and ad tracking." ) + "\n\n" + _("The network is peer-to-peer and largely supported by volunteers, as " "well as The Tor Project Inc., a non-profit organization based " "in the United States." + _("The Tor network is a decentralized onion routing network and largely " "supported by volunteers around the world." ), reply_markup=InlineKeyboardMarkup( [ Loading Loading
OnionSproutsBot/locales/onionsproutsbot.pot +2 −2 Original line number Diff line number Diff line Loading @@ -120,8 +120,8 @@ msgid "" msgstr "" msgid "" "The network is peer-to-peer and largely supported by volunteers, as well as " "The Tor Project Inc., a non-profit organization based in the United States." "The Tor network is a decentralized onion routing network and largely " "supported by volunteers around the world." msgstr "" msgid "What are Tor bridges?" Loading
OnionSproutsBot/plugins/dialogue.py +2 −3 Original line number Diff line number Diff line Loading @@ -105,9 +105,8 @@ async def explain_tor(client: Client, callback: CallbackQuery): "and ad tracking." ) + "\n\n" + _("The network is peer-to-peer and largely supported by volunteers, as " "well as The Tor Project Inc., a non-profit organization based " "in the United States." + _("The Tor network is a decentralized onion routing network and largely " "supported by volunteers around the world." ), reply_markup=InlineKeyboardMarkup( [ Loading