[gimp] app: cleaned out tabs.



commit 3b41d16086b40e474517a0b3de20c7627f089683
Author: Jehan <jehan girinstud io>
Date:   Sat Dec 17 05:14:38 2016 +0100

    app: cleaned out tabs.

 app/tools/gimpcolorizetool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpcolorizetool.c b/app/tools/gimpcolorizetool.c
index 0b49819..a8c1478 100644
--- a/app/tools/gimpcolorizetool.c
+++ b/app/tools/gimpcolorizetool.c
@@ -123,7 +123,7 @@ gimp_colorize_tool_initialize (GimpTool     *tool,
   if (gimp_drawable_is_gray (drawable))
     {
       g_set_error_literal (error, GIMP_ERROR, GIMP_FAILED,
-                          _("Colorize does not operate on grayscale layers."));
+                           _("Colorize does not operate on grayscale layers."));
       return FALSE;
     }
 


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