mirror of https://github.com/GNOME/gimp.git
Fix typo and double space between words
https://bugzilla.gnome.org/show_bug.cgi?id=774004
This commit is contained in:
parent
4a0653e12d
commit
a39ee69656
|
@ -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
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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" >*/
|
||||
|
|
Loading…
Reference in New Issue