diff options
Diffstat (limited to 'po')
-rwxr-xr-x | po/make-template.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/make-template.sh b/po/make-template.sh index f76a620..272c583 100755 --- a/po/make-template.sh +++ b/po/make-template.sh @@ -30,7 +30,7 @@ if [ "$MAJOR" != "" ]; then fi # Finally make the template -xgettext -LC -k_ -kN_:1,2 -kG_ $SOURCES -o "$PACKAGE".pot \ +xgettext -LC -k_ -kN_ $SOURCES -o "$PACKAGE".pot \ --package-name="$PACKAGE" --package-version="$VERSION" \ --copyright-holder="Přemysl Janouch" |