Fix typo and double space between words

https://bugzilla.gnome.org/show_bug.cgi?id=774004
This commit is contained in:
Anders Jonsson 2016-11-06 15:53:27 +01:00 committed by Jehan
parent 4a0653e12d
commit a39ee69656
3 changed files with 3 additions and 3 deletions

View file

@ -350,7 +350,7 @@ static ExportAction export_action_convert_rgb_or_indexed =
{
export_convert_rgb,
export_convert_indexed,
N_("%s plug-in can only handle RGB or indexed images"),
N_("%s plug-in can only handle RGB or indexed images"),
{ N_("Convert to RGB"), N_("Convert to Indexed using default settings\n"
"(Do it manually to tune the result)")},
0

View file

@ -1064,7 +1064,7 @@ gimp_merge_type_get_type (void)
static const GimpEnumDesc descs[] =
{
{ GIMP_EXPAND_AS_NECESSARY, NC_("merge-type", "Expanded as neccessary"), NULL },
{ GIMP_EXPAND_AS_NECESSARY, NC_("merge-type", "Expanded as necessary"), NULL },
{ GIMP_CLIP_TO_IMAGE, NC_("merge-type", "Clipped to image"), NULL },
{ GIMP_CLIP_TO_BOTTOM_LAYER, NC_("merge-type", "Clipped to bottom layer"), NULL },
{ GIMP_FLATTEN_IMAGE, NC_("merge-type", "Flatten"), NULL },

View file

@ -500,7 +500,7 @@ GType gimp_merge_type_get_type (void) G_GNUC_CONST;
typedef enum
{
GIMP_EXPAND_AS_NECESSARY, /*< desc="Expanded as neccessary" >*/
GIMP_EXPAND_AS_NECESSARY, /*< desc="Expanded as necessary" >*/
GIMP_CLIP_TO_IMAGE, /*< desc="Clipped to image" >*/
GIMP_CLIP_TO_BOTTOM_LAYER, /*< desc="Clipped to bottom layer" >*/
GIMP_FLATTEN_IMAGE /*< desc="Flatten" >*/