From 7cd338205c67c93ba2b76692c81e23e97f787238 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 17 Jul 2008 19:13:12 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20typo=20pointed=20out=20by=20=C5=BDygima?= =?UTF-8?q?ntas=20Beru=C4=8Dka.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-07-17 Sven Neumann * app/tools/gimpcolorizetool.c: fixed typo pointed out by Žygimantas Beručka. svn path=/trunk/; revision=26226 --- ChangeLog | 5 +++++ app/tools/gimpcolorizetool.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6dbf05cf86..ad6cd0d687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-17 Sven Neumann + + * app/tools/gimpcolorizetool.c: fixed typo pointed out by + Žygimantas Beručka. + 2008-07-17 Sven Neumann * app/paint/gimppaintcore.[ch]: removed 'use_pressure' field from diff --git a/app/tools/gimpcolorizetool.c b/app/tools/gimpcolorizetool.c index 5f82e526b5..0e241ee7bb 100644 --- a/app/tools/gimpcolorizetool.c +++ b/app/tools/gimpcolorizetool.c @@ -109,7 +109,7 @@ gimp_colorize_tool_class_init (GimpColorizeToolClass *klass) im_tool_class->shell_desc = _("Colorize the Image"); im_tool_class->settings_name = "colorize"; im_tool_class->import_dialog_title = _("Import Colorize Settings"); - im_tool_class->export_dialog_title = _("Export Colorsize Settings"); + im_tool_class->export_dialog_title = _("Export Colorize Settings"); im_tool_class->get_operation = gimp_colorize_tool_get_operation; im_tool_class->map = gimp_colorize_tool_map;