mirror of https://github.com/GNOME/gimp.git
plug-ins: fix typo in file-raw-data
This commit is contained in:
parent
c28f63f119
commit
d83cf4d9b6
|
@ -408,7 +408,7 @@ raw_create_procedure (GimpPlugIn *plug_in,
|
|||
"little-endian", G_PARAM_READWRITE);
|
||||
GIMP_PROC_ARG_CHOICE (procedure, "planar-configuration",
|
||||
_("Planar confi_guration"),
|
||||
_("How color pixel data are store"),
|
||||
_("How color pixel data are stored"),
|
||||
gimp_choice_new_with_values ("contiguous", RAW_PLANAR_CONTIGUOUS, _("Contiguous"), NULL,
|
||||
"planar", RAW_PLANAR_SEPARATE, _("Planar"), NULL,
|
||||
NULL),
|
||||
|
@ -517,7 +517,7 @@ raw_create_procedure (GimpPlugIn *plug_in,
|
|||
|
||||
GIMP_PROC_ARG_CHOICE (procedure, "planar-configuration",
|
||||
_("Planar configuration"),
|
||||
_("How color pixel data are store"),
|
||||
_("How color pixel data are stored"),
|
||||
gimp_choice_new_with_values ("contiguous", RAW_PLANAR_CONTIGUOUS, _("Contiguous"), NULL,
|
||||
"planar", RAW_PLANAR_SEPARATE, _("Planar"), NULL,
|
||||
NULL),
|
||||
|
|
Loading…
Reference in New Issue