mirror of
https://github.com/torproject/gettor.git
synced 2024-11-23 17:59:50 +00:00
Include feedback from review
This commit is contained in:
parent
fb3155de15
commit
ff07810650
@ -202,12 +202,12 @@ class Sendmail(object):
|
|||||||
link_msg = link_str
|
link_msg = link_str
|
||||||
|
|
||||||
body_msg = strings._("links_body_platform").format(platform)
|
body_msg = strings._("links_body_platform").format(platform)
|
||||||
body_msg += trings._("links_body_links").format(link_msg)
|
body_msg += strings._("links_body_links").format(link_msg)
|
||||||
body_msg += trings._("links_body_archive")
|
body_msg += strings._("links_body_archive")
|
||||||
body_msg += trings._("links_body_internet_archive")
|
body_msg += strings._("links_body_internet_archive")
|
||||||
body_msg += trings._("links_body_google_drive")
|
body_msg += strings._("links_body_google_drive")
|
||||||
body_msg += trings._("links_body_internet_archive").format(file)
|
body_msg += strings._("links_body_internet_archive").format(file)
|
||||||
body_msg += trings._("links_body_ending")
|
body_msg += strings._("links_body_ending")
|
||||||
|
|
||||||
subject_msg = strings._("links_subject")
|
subject_msg = strings._("links_subject")
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ the Tor Browser.
|
|||||||
(c) 2014, all entities within the AUTHORS file
|
(c) 2014, all entities within the AUTHORS file
|
||||||
:license: see included LICENSE for information
|
:license: see included LICENSE for information
|
||||||
|
|
||||||
This file starts GetTor as a twistd app. This is the fila that is called by
|
This file starts GetTor as a twistd app. This is the file that is called by
|
||||||
gettor_service.
|
gettor_service.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user