mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo: should read 'older version of gettext' rather than 'older version of gnucash'
This commit is contained in:
parent
66abe02354
commit
b71c346ef5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user