diff --git a/helpers/make-grub2 b/helpers/make-grub2
index 652bfa9aa0c37438d04f810187664bad56135e0a..c9adcfc6aee7026a8d9be18f332fd5b4e8b91ff0 100644
--- a/helpers/make-grub2
+++ b/helpers/make-grub2
@@ -51,8 +51,6 @@ find |grep ubuntu|xargs rename s/ubuntu/trisquel/
 # Allow Windows and MacOX entries to boot without a password
 sed 's/class osx/class osx --unrestricted/; s/class windows/class osx --unrestricted/;' -i ./util/grub.d/30_os-prober.in
 
-changelog "rebranded and adapted for trisquel"
-
 sed -i '/set -e/aexit 77' tests/grub_cmd_set_date.in
 
 changelog "skip test grub_cmd_set_date.in"