Fix typo: should read 'older version of gettext' rather than 'older version of gnucash'

This commit is contained in:
Geert Janssens 2018-02-28 16:48:49 +01:00
parent 66abe02354
commit b71c346ef5

View File

@ -258,7 +258,7 @@ if (ALLOW_OLD_GETTEXT)
else (ALLOW_OLD_GETTEXT)
find_package (Gettext 0.19.6)
if (NOT GETTEXT_FOUND)
message (FATAL_ERROR "Note the build can be configured with an older version of gnucash by setting ALLOW_OLD_GETTEXT=ON but then some files will not be translated:
message (FATAL_ERROR "Note the build can be configured with an older version of gettext by setting ALLOW_OLD_GETTEXT=ON but then some files will not be translated:
- gnucash.desktop (requires at least gettext 0.19)
- gnucash.appdata.xml (requires at least gettext 0.19.6)")
endif (NOT GETTEXT_FOUND)