Salome HOME
Implementation of the project notion, remove all pyconf regardings the products from...
[tools/sat.git] / commands / makeinstall.py
index 3f71aeff8aab169f59508f34512b227ad6e8ae3f..ab31dd2572010e209155aa55922a46330d46ba74 100644 (file)
@@ -108,7 +108,7 @@ def makeinstall_product(p_name_info, config, logger):
     # Logging
     logger.write("\n", 4, False)
     logger.write("################ ", 4)
-    header = _("Make of %s") % src.printcolors.printcLabel(p_name)
+    header = _("Make install of %s") % src.printcolors.printcLabel(p_name)
     header += " %s " % ("." * (20 - len(p_name)))
     logger.write(header, 3)
     logger.write("\n", 4, False)