Skip to content

Commit

Permalink
ink-simulator: remove incorrect references to press
Browse files Browse the repository at this point in the history
  • Loading branch information
hodefoting committed Jan 10, 2016
1 parent 497ffc9 commit ace95cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/workshop/ink-simulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,10 +1417,10 @@ gegl_op_class_init (GeglOpClass *klass)

gegl_operation_class_set_keys (operation_class,
"name" , "gegl:ink-simulator",
"title" , _("Press Ink Simulator"),
"title" , _("Ink Simulator"),
"categories" , "misc",
"description" ,
_("Spectral ink simulator, for softproofing/simulating press inks"
_("Spectral ink and paint simulator, for softproofing/simulating physical color mixing and interactions."
""),
NULL);
}
Expand Down

0 comments on commit ace95cc

Please sign in to comment.