diff --git a/SuperBuild/CMake/External_shark.cmake b/SuperBuild/CMake/External_shark.cmake
index a360f876af4b1d73d629b73fa9f664c4b5311523..f9ff3a0d3e223ed884bf0d9ebf4c43eaeb21e055 100644
--- a/SuperBuild/CMake/External_shark.cmake
+++ b/SuperBuild/CMake/External_shark.cmake
@@ -2,11 +2,11 @@ if(NOT __EXTERNAL_SHARK__)
 set(__EXTERNAL_SHARK__ 1)
 
 if(USE_SYSTEM_SHARK)
-  message(STATUS "  Using SHARK system version")
+  message(STATUS "  Using system version of SHARK")
 else()
   SETUP_SUPERBUILD(PROJECT SHARK)
   cmake_minimum_required(VERSION 3.1)
-  message(STATUS "  Using SHARK SuperBuild version")
+  message(STATUS "  Using SuperBuild version of SHARK")
 
   # declare dependencies
   ADDTO_DEPENDENCIES_IF_NOT_SYSTEM(SHARK BOOST)