mirror of https://github.com/GNOME/gimp.git
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:
parent
0377e61cc4
commit
c6a570d33e
|
@ -197,8 +197,8 @@ options can be listed using the command `./configure --help'. There
|
|||
are several special options the GIMP `configure' script recognizes.
|
||||
These are:
|
||||
|
||||
--enable-vector-icons. This option installs vectorial icons instead
|
||||
of raster icons.
|
||||
--enable-vector-icons. This option installs vector icons instead of
|
||||
raster icons.
|
||||
|
||||
--enable-shared and --disable-shared. This option affects whether
|
||||
shared libraries will be built or not. Shared libraries provide
|
||||
|
|
|
@ -2084,9 +2084,9 @@ AM_CONDITIONAL(HAVE_XMLLINT, test "x$XMLLINT" != "xno")
|
|||
AC_PATH_PROG(XSLTPROC, xsltproc, no)
|
||||
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], ,
|
||||
enable_vector_icons=no)
|
||||
|
@ -2580,7 +2580,7 @@ Extra Binaries:
|
|||
|
||||
Optional Features:
|
||||
Language selection: $have_iso_codes
|
||||
Vectorial icons: $enable_vector_icons
|
||||
Vector icons: $enable_vector_icons
|
||||
Dr. Mingw (Win32): $enable_drmingw
|
||||
|
||||
Optional Plug-Ins:
|
||||
|
|
|
@ -70,7 +70,7 @@ Symbolic as well as the Color icons drawn before adding them.
|
|||
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
|
||||
size it is supposed to appear at.
|
||||
If the icon could appear in several sizes:
|
||||
|
|
|
@ -7,7 +7,7 @@ icons_DATA = \
|
|||
|
||||
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
|
||||
# acceptable quality.
|
||||
#scalable/%.svg: color-scalable.svg ../../tools/compute-svg-viewbox
|
||||
|
|
|
@ -9,7 +9,7 @@ icons_DATA = \
|
|||
## official icon themes have the same list.
|
||||
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
|
||||
# acceptable quality.
|
||||
#scalable/%.svg: symbolic-scalable.svg ../../tools/compute-svg-viewbox
|
||||
|
|
Loading…
Reference in New Issue