diff --git a/README.txt b/README.txt index 0365197..4860b31 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,10 @@ 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 -a pull request with the translation update to the mumble master repository. \ No newline at end of file +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. + diff --git a/prfromtransifex.py b/prfromtransifex.py index 90297b5..d0f1f07 100755 --- a/prfromtransifex.py +++ b/prfromtransifex.py @@ -30,7 +30,7 @@ # 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 update to the mumble master repository. """