diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-05-27 09:44:01 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-05-27 09:44:01 +0000 |
| commit | 2bc21f94d5f4370fb6a084cbe6a64d420faeeca2 (patch) | |
| tree | ca748942feecbc4aab155881ca4a523c4094eb35 /CMakeScripts | |
| parent | Update to master (diff) | |
| download | inkscape-2bc21f94d5f4370fb6a084cbe6a64d420faeeca2.tar.gz inkscape-2bc21f94d5f4370fb6a084cbe6a64d420faeeca2.zip | |
Improve xgettext process
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 2 |
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) |
