diff options
author | rbuj <[email protected]> | 2021-02-07 11:50:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-07 21:40:13 +0100 |
commit | 0e5048c450399e61cb39bc7064b68ffec921a196 (patch) | |
tree | 326be60d3808ca976e3f2eb19361225e395c96b3 /configure.ac | |
parent | 8a653210e2ecf00c11bd8cdf44af2d8c4814fadf (diff) | |
download | eom-0e5048c450399e61cb39bc7064b68ffec921a196.tar.bz2 eom-0e5048c450399e61cb39bc7064b68ffec921a196.tar.xz |
build: change the message for NLS in the configure summary
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c336c81..0142df6 100644 --- a/configure.ac +++ b/configure.ac @@ -429,6 +429,6 @@ Configure summary: RSVG support ...............: ${have_rsvg} Colour management support ..: ${have_lcms} GObject Introspection.......: ${have_introspection} - Gettext support.............: ${USE_NLS} + Native Language support.....: ${USE_NLS} Thumbnailer.................: ${eom_thumbnailer} " |