Fix error in txbot documentation

This commit is contained in:
Stefan Hacker 2014-09-07 12:48:33 +02:00
parent 7d4ab39591
commit bc270d7fe0
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
Requires pygithub, plumbum Requires pygithub, plumbum
Meant to be run regularily as part of a root cronjob. Pulls updated Meant to be run regularily as part of a user cronjob. Pulls updated
translations from transifex and if anything relevant changed creates translations from transifex and if anything relevant changed creates
a pull request with the translation update to the mumble master repository. a pull request with the translation update to the mumble master repository.
If there is already a pull request pending a new commit is added to
that request. This is meant to allow a review and fix before merge
cycle on github as it is possible for normal pull requests.

View file

@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
""" """
Meant to be run regularily as part of a root cronjob. Pulls updated translations from Meant to be run regularily as part of a user cronjob. Pulls updated translations from
transifex and if anything relevant changed creates a pull request with the translation transifex and if anything relevant changed creates a pull request with the translation
update to the mumble master repository. update to the mumble master repository.
""" """