mirror of https://github.com/GNOME/gimp.git
s/Colorspace/Color space/
2005-04-05 Sven Neumann <sven@gimp.org> * app/widgets/gimptemplateeditor.c: s/Colorspace/Color space/
This commit is contained in:
parent
e5ce7606d8
commit
83acacc28f
|
@ -1,3 +1,7 @@
|
|||
2005-04-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimptemplateeditor.c: s/Colorspace/Color space/
|
||||
|
||||
2005-04-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/dialogs/Makefile.am
|
||||
|
|
|
@ -430,7 +430,7 @@ gimp_template_editor_constructor (GType type,
|
|||
"image-type",
|
||||
GIMP_RGB, GIMP_GRAY);
|
||||
gimp_table_attach_aligned (GTK_TABLE (table), 0, 2,
|
||||
_("Color_space:"), 0.0, 0.5,
|
||||
_("Color _space:"), 0.0, 0.5,
|
||||
combo, 1, FALSE);
|
||||
|
||||
combo = gimp_prop_enum_combo_box_new (G_OBJECT (editor->template),
|
||||
|
|
Loading…
Reference in New Issue