From b55111bf6e4912fd17ba17a380bf2ff23105bd0d Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 18 Aug 2005 21:09:16 +0000 Subject: [PATCH] removed reference to SIOX algorithm from tooltip, it's an implementation 2005-08-18 Sven Neumann * app/tools/gimpforegroundselecttool.c: removed reference to SIOX algorithm from tooltip, it's an implementation detail. --- ChangeLog | 5 +++++ app/tools/gimpforegroundselecttool.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 26d57cf5dd..d6f268323f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-18 Sven Neumann + + * app/tools/gimpforegroundselecttool.c: removed reference to SIOX + algorithm from tooltip, it's an implementation detail. + 2005-08-18 Sven Neumann * app/dialogs/user-install-dialog.c: updated year in copyright. diff --git a/app/tools/gimpforegroundselecttool.c b/app/tools/gimpforegroundselecttool.c index ec3b467cb0..8c6d198c0f 100644 --- a/app/tools/gimpforegroundselecttool.c +++ b/app/tools/gimpforegroundselecttool.c @@ -137,7 +137,7 @@ gimp_foreground_select_tool_register (GimpToolRegisterCallback callback, GIMP_CONTEXT_FOREGROUND_MASK | GIMP_CONTEXT_BACKGROUND_MASK, "gimp-foreground-select-tool", _("Foreground Select"), - _("Extract foreground using SIOX algorithm"), + _("Extract a single foreground object"), N_("F_oreground Select"), NULL, NULL, GIMP_HELP_TOOL_FOREGROUND_SELECT, GIMP_STOCK_TOOL_FOREGROUND_SELECT, -- GitLab