summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
-rwxr-xr-xfunctions/help.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 63279a465..61810d160 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -692,7 +692,7 @@ Set_config_defaults ()
;;
*)
- LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org}"
+ LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org}"
;;
esac
diff --git a/functions/help.sh b/functions/help.sh
index e8035fd91..ff10595c9 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -29,6 +29,6 @@ Help ()
printf "${HELP}\n\n"
fi
- echo "Report bugs to the Live Systems project <https://wiki.debian.org/DebianLive>."
+ echo "Report bugs to the Debian Live project <https://wiki.debian.org/DebianLive>."
exit 0
}