mirror of https://github.com/GNOME/gimp.git
Remember kids, "Options" is spelled "Options", not "Ootions"
1999-08-22 Tomas Ogren <stric@ing.umu.se> * app/tool_options.c: Remember kids, "Options" is spelled "Options", not "Ootions"
This commit is contained in:
parent
32879bafe3
commit
cdad1e0164
|
@ -1,3 +1,8 @@
|
|||
1999-08-22 Tomas Ogren <stric@ing.umu.se>
|
||||
|
||||
* app/tool_options.c: Remember kids, "Options" is spelled "Options",
|
||||
not "Ootions"
|
||||
|
||||
1999-08-22 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* app/convert.c: Use spinbutton for number of colours.
|
||||
|
|
|
@ -572,7 +572,7 @@ paint_options_init (PaintOptions *options,
|
|||
((tool_type == SMUDGE) ?
|
||||
_("Smudge Options") :
|
||||
((tool_type == PIXMAPBRUSH) ?
|
||||
_("Pixmap Brush Ootions") :
|
||||
_("Pixmap Brush Options") :
|
||||
_("ERROR: Unknown Paint Type"))))))))))))),
|
||||
reset_func);
|
||||
|
||||
|
|
|
@ -572,7 +572,7 @@ paint_options_init (PaintOptions *options,
|
|||
((tool_type == SMUDGE) ?
|
||||
_("Smudge Options") :
|
||||
((tool_type == PIXMAPBRUSH) ?
|
||||
_("Pixmap Brush Ootions") :
|
||||
_("Pixmap Brush Options") :
|
||||
_("ERROR: Unknown Paint Type"))))))))))))),
|
||||
reset_func);
|
||||
|
||||
|
|
|
@ -572,7 +572,7 @@ paint_options_init (PaintOptions *options,
|
|||
((tool_type == SMUDGE) ?
|
||||
_("Smudge Options") :
|
||||
((tool_type == PIXMAPBRUSH) ?
|
||||
_("Pixmap Brush Ootions") :
|
||||
_("Pixmap Brush Options") :
|
||||
_("ERROR: Unknown Paint Type"))))))))))))),
|
||||
reset_func);
|
||||
|
||||
|
|
Loading…
Reference in New Issue