diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2011-11-19 15:01:58 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2011-11-19 15:01:58 +0100 |
commit | 1853e6b223bac38fab7a2dd56930f2df6c789c33 (patch) | |
tree | e767ee54606dd30cd1827e3b03574de05702c70e /tools | |
parent | 17c77e5317786a14cb80278cd63d9fddfe0e0dac (diff) | |
download | vdradmin-am-1853e6b223bac38fab7a2dd56930f2df6c789c33.tar.gz vdradmin-am-1853e6b223bac38fab7a2dd56930f2df6c789c33.tar.bz2 |
- Changed author's email address.
- Updated German translation.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update-po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-po b/tools/update-po index 8954afa..5e5471e 100755 --- a/tools/update-po +++ b/tools/update-po @@ -7,7 +7,7 @@ if [ "$1" = "--check-only" ]; then exit 0 fi -export MY_EMAIL="Andreas Mair <andreas@vdr-developer.org>" +export MY_EMAIL="Andreas Mair <amair.sob@googlemail.com>" export VERSION="$(grep "^my \$VERSION = " vdradmind.pl | sed -e 's#.*\"\(.*\)\".*#\1#')" export PACKAGE="VDRAdmin-AM" |