diff --git a/ChangeLog b/ChangeLog index f1719420e8..d269a01222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-13 Kevin Cozens + + * app/tools/gimpforegroundselecttool.c: Corrected spelling error + spotted by David Gowers. + 2009-01-10 Martin Nordholts * app/config/gimpdisplayconfig.c: Allow marching ant speeds as diff --git a/app/tools/gimpforegroundselecttool.c b/app/tools/gimpforegroundselecttool.c index 7a94a6ed7e..d7a5028a41 100644 --- a/app/tools/gimpforegroundselecttool.c +++ b/app/tools/gimpforegroundselecttool.c @@ -325,7 +325,7 @@ gimp_foreground_select_tool_oper_update (GimpTool *tool, switch (GIMP_SELECTION_TOOL (tool)->function) { case SELECTION_SELECT: - status = _("Rougly outline the object to extract"); + status = _("Roughly outline the object to extract"); break; default: break;