summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-12 21:06:24 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-12 21:06:24 +0000
commit90f9542cbcee8e99d3be7f11ce594ae65b6cb16d (patch)
tree77eb185f353ef9d554629d9245f79d2f52870211 /CMakeScripts/DefineDependsandFlags.cmake
parentUpdated icelandic translation is.po (diff)
downloadinkscape-90f9542cbcee8e99d3be7f11ce594ae65b6cb16d.tar.gz
inkscape-90f9542cbcee8e99d3be7f11ce594ae65b6cb16d.zip
Fix install location of .mo files
.mo files were copied to e.g. "en.mo" instead of "inkscape.mo" This was broken after e939fcccf36f2a89435b0f8328db9be32ce3b600 as there was one tiny customization in our copy of FindGettext.cmake
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 801612c6b..a8230fea7 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -340,7 +340,7 @@ if(WITH_NLS)
if(INTLTOOL-UPDATE)
message(STATUS "Found íntltool. inkscape.pot will be re-created if missing.")
else()
- message(STATUS "Did not find íntltool. inkscape.pot can't be re-created.")
+ message(STATUS "Did not find intltool. inkscape.pot can't be re-created.")
endif()
endif(WITH_NLS)