plug-ins: fix typo in file-raw-data

This commit is contained in:
Anders Jonsson 2024-04-25 18:18:38 +02:00
parent c28f63f119
commit d83cf4d9b6
1 changed files with 2 additions and 2 deletions

View File

@ -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),