diff --git a/helpers/make-software-properties b/helpers/make-software-properties
index c3197d601ede9361001c23af7dcd32b5393729c2..d02715016d359274e2a23a4d0897646550a3b8e3 100644
--- a/helpers/make-software-properties
+++ b/helpers/make-software-properties
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=4
+VERSION=5
 
 . ./config
 
@@ -57,6 +57,8 @@ sed '/NoDisplay/d; s/Trisquel/Ubuntu/' -i data/software-properties-gtk.desktop.i
 sed '/ubuntu-drivers-common/d' -i debian/control
 sed '/software-properties-drivers/d' -i debian/software-properties-gtk.install setup.cfg
 
+replace "Trisquel-Gettext" "Ubuntu-Gettext" .
+
 changelog "Adapted for Trisquel codenames"
 
 compile
diff --git a/helpers/make-update-manager b/helpers/make-update-manager
index b28a042f39b9ce5d2caafb23f7b5e63344d2d6a4..b05c32339e744e1d8e1360d5ba9c897814a3c5f3 100644
--- a/helpers/make-update-manager
+++ b/helpers/make-update-manager
@@ -17,13 +17,14 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=2
+VERSION=3
 
 . ./config
 
 cp $DATA/index.docbook help/C/index.docbook
 
 replace Ubuntu Trisquel .
+replace "Trisquel-Gettext" "Ubuntu-Gettext" .
 
 changelog "Compiled for Trisquel"