summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-05-27 09:44:01 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-05-27 09:44:01 +0000
commit2bc21f94d5f4370fb6a084cbe6a64d420faeeca2 (patch)
treeca748942feecbc4aab155881ca4a523c4094eb35 /CMakeScripts
parentUpdate to master (diff)
downloadinkscape-2bc21f94d5f4370fb6a084cbe6a64d420faeeca2.tar.gz
inkscape-2bc21f94d5f4370fb6a084cbe6a64d420faeeca2.zip
Improve xgettext process
Diffstat (limited to 'CMakeScripts')
-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)