summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 749e53f0d..c654a7e7c 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -339,7 +339,7 @@ if(WITH_NLS)
if(GETTEXT_XGETTEXT_EXECUTABLE)
message(STATUS "Found xgettext. inkscape.pot will be re-created if missing.")
else()
- message(STATUS "Did not find intltool. inkscape.pot can't be re-created.")
+ message(STATUS "Did not find xgetttext. inkscape.pot can't be re-created.")
endif()
endif(WITH_NLS)