diff --git a/src/scripts/hellopython/Messages.sh b/src/scripts/hellopython/Messages.sh index 29b907a4..a86cfd1b 100644 --- a/src/scripts/hellopython/Messages.sh +++ b/src/scripts/hellopython/Messages.sh @@ -1,11 +1,11 @@ #! /bin/sh XGETTEXT_FLAGS_PYTHON="\ --copyright-holder=This_file_is_part_of_KDE \ ---msgid-bugs-address=http://bugs.kde.org \ +--msgid-bugs-address=https://bugs.kde.org \ --from-code=UTF-8 \ -L Python \ -ki18n:1 -ki18np:1,2 \ " $XGETTEXT_PROGRAM $XGETTEXT_FLAGS_PYTHON `find . -name '*.py'` -o $podir/falkon_hellopython.pot diff --git a/src/scripts/helloqml/Messages.sh b/src/scripts/helloqml/Messages.sh index bcb9da94..66b46117 100755 --- a/src/scripts/helloqml/Messages.sh +++ b/src/scripts/helloqml/Messages.sh @@ -1,11 +1,11 @@ #! /bin/sh XGETTEXT_FLAGS_QML="\ --copyright-holder=This_file_is_part_of_KDE \ ---msgid-bugs-address=http://bugs.kde.org \ +--msgid-bugs-address=https://bugs.kde.org \ --from-code=UTF-8 \ -L javascript \ -ki18n:1 -ki18np:1,2 \ " $XGETTEXT_PROGRAM $XGETTEXT_FLAGS_QML `find . -name '*.qml' -o -name '*.js'` -o $podir/falkon_helloqml.pot diff --git a/src/scripts/middleclickloader/Messages.sh b/src/scripts/middleclickloader/Messages.sh index 6d3642cc..2607b343 100644 --- a/src/scripts/middleclickloader/Messages.sh +++ b/src/scripts/middleclickloader/Messages.sh @@ -1,11 +1,11 @@ #! /bin/sh XGETTEXT_FLAGS_PYTHON="\ --copyright-holder=This_file_is_part_of_KDE \ ---msgid-bugs-address=http://bugs.kde.org \ +--msgid-bugs-address=https://bugs.kde.org \ --from-code=UTF-8 \ -L Python \ -ki18n:1 -ki18np:1,2 \ " $XGETTEXT_PROGRAM $XGETTEXT_FLAGS_PYTHON `find . -name '*.py'` -o $podir/falkon_middleclickloader.pot diff --git a/src/scripts/runaction/Messages.sh b/src/scripts/runaction/Messages.sh index 64d0f33a..019d7c87 100644 --- a/src/scripts/runaction/Messages.sh +++ b/src/scripts/runaction/Messages.sh @@ -1,11 +1,11 @@ #! /bin/sh XGETTEXT_FLAGS_PYTHON="\ --copyright-holder=This_file_is_part_of_KDE \ ---msgid-bugs-address=http://bugs.kde.org \ +--msgid-bugs-address=https://bugs.kde.org \ --from-code=UTF-8 \ -L Python \ -ki18n:1 -ki18np:1,2 \ " $XGETTEXT_PROGRAM $XGETTEXT_FLAGS_PYTHON `find . -name '*.py'` -o $podir/falkon_runaction.pot