configure, INSTALL, devel-docs: vectorial icons is not proper English.

We should use "vector icons" instead. Thanks to nomis for raising the
question and ankh to confirm the proper English.
This commit is contained in:
Jehan 2016-09-12 01:58:41 +02:00
parent 0377e61cc4
commit c6a570d33e
5 changed files with 9 additions and 9 deletions

View File

@ -197,8 +197,8 @@ options can be listed using the command `./configure --help'. There
are several special options the GIMP `configure' script recognizes. are several special options the GIMP `configure' script recognizes.
These are: These are:
--enable-vector-icons. This option installs vectorial icons instead --enable-vector-icons. This option installs vector icons instead of
of raster icons. raster icons.
--enable-shared and --disable-shared. This option affects whether --enable-shared and --disable-shared. This option affects whether
shared libraries will be built or not. Shared libraries provide shared libraries will be built or not. Shared libraries provide

View File

@ -2084,9 +2084,9 @@ AM_CONDITIONAL(HAVE_XMLLINT, test "x$XMLLINT" != "xno")
AC_PATH_PROG(XSLTPROC, xsltproc, no) AC_PATH_PROG(XSLTPROC, xsltproc, no)
AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno") AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno")
########################### ########################
# Check for vectorial icons # Check for vector icons
########################### ########################
AC_ARG_ENABLE(vector-icons, [ --enable-vector-icons generate vector icons], , AC_ARG_ENABLE(vector-icons, [ --enable-vector-icons generate vector icons], ,
enable_vector_icons=no) enable_vector_icons=no)
@ -2580,7 +2580,7 @@ Extra Binaries:
Optional Features: Optional Features:
Language selection: $have_iso_codes Language selection: $have_iso_codes
Vectorial icons: $enable_vector_icons Vector icons: $enable_vector_icons
Dr. Mingw (Win32): $enable_drmingw Dr. Mingw (Win32): $enable_drmingw
Optional Plug-Ins: Optional Plug-Ins:

View File

@ -70,7 +70,7 @@ Symbolic as well as the Color icons drawn before adding them.
Pixel perfection Pixel perfection
---------------- ----------------
Even as vectorial, icons should be pixel-perfect when possible. Even as vector images, icons should be pixel-perfect when possible.
Therefore the first step before making an icon is to determine which Therefore the first step before making an icon is to determine which
size it is supposed to appear at. size it is supposed to appear at.
If the icon could appear in several sizes: If the icon could appear in several sizes:

View File

@ -7,7 +7,7 @@ icons_DATA = \
include $(top_srcdir)/icons/icon-list.mk include $(top_srcdir)/icons/icon-list.mk
# Vectorial icons are now committed into the repository. # Vector icons are now committed into the repository.
# librsvg is just too buggy to handle build-time extraction with # librsvg is just too buggy to handle build-time extraction with
# acceptable quality. # acceptable quality.
#scalable/%.svg: color-scalable.svg ../../tools/compute-svg-viewbox #scalable/%.svg: color-scalable.svg ../../tools/compute-svg-viewbox

View File

@ -9,7 +9,7 @@ icons_DATA = \
## official icon themes have the same list. ## official icon themes have the same list.
include $(top_srcdir)/icons/icon-list.mk include $(top_srcdir)/icons/icon-list.mk
# Vectorial icons are now committed into the repository. # Vector icons are now committed into the repository.
# librsvg is just too buggy to handle build-time extraction with # librsvg is just too buggy to handle build-time extraction with
# acceptable quality. # acceptable quality.
#scalable/%.svg: symbolic-scalable.svg ../../tools/compute-svg-viewbox #scalable/%.svg: symbolic-scalable.svg ../../tools/compute-svg-viewbox