Skip to content

Commit

Permalink
Rename canvas enlargement -> enlarge canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
elstoc authored and TurboGit committed May 18, 2024
1 parent fdedc3d commit c66954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iop/enlargecanvas.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ typedef struct dt_iop_enlargecanvas_gui_data_t

const char *name()
{
return _("canvas enlargement");
return _("enlarge canvas");
}

const char** description(struct dt_iop_module_t *self)
Expand Down

0 comments on commit c66954f

Please sign in to comment.