[gimp] app: improve Paint Select Tool description.



commit b1abc5b6a6864a625ac2387eb18ce8a059fe63fd
Author: Jehan <jehan girinstud io>
Date:   Tue Dec 22 23:05:52 2020 +0100

    app: improve Paint Select Tool description.
    
    Based on other tools wording, as well as the algorithm description. In
    any case, it looks a bit better than the previous description (with a
    typo even).

 app/tools/gimppaintselecttool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/tools/gimppaintselecttool.c b/app/tools/gimppaintselecttool.c
index 4cc0ff1d87..e800cf6d5d 100644
--- a/app/tools/gimppaintselecttool.c
+++ b/app/tools/gimppaintselecttool.c
@@ -150,7 +150,7 @@ gimp_paint_select_tool_register (GimpToolRegisterCallback  callback,
                   0,
                   "gimp-paint-select-tool",
                   _("Paint Select"),
-                  _("Paint Select Tool: Scult selection by painting"),
+                  _("Paint Select Tool: Select objects by painting roughly"),
                   N_("P_aint Select"), NULL,
                   NULL, GIMP_HELP_TOOL_FOREGROUND_SELECT,
                   GIMP_ICON_TOOL_PAINT_SELECT,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]