app: replace some tabs with spaces in app/paint.

This commit is contained in:
Jehan 2015-12-15 23:45:18 +01:00
parent 5e805c8b8b
commit bcbc83dc5a
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ gimp_clone_start (GimpPaintCore *paint_core,
if (! gimp_context_get_pattern (GIMP_CONTEXT (options)))
{
g_set_error_literal (error, GIMP_ERROR, GIMP_FAILED,
_("No patterns available for use with this tool."));
_("No patterns available for use with this tool."));
return FALSE;
}
}

View File

@ -234,7 +234,7 @@ gimp_source_core_start (GimpPaintCore *paint_core,
if (! source_core->src_drawable)
{
g_set_error_literal (error, GIMP_ERROR, GIMP_FAILED,
_("Set a source image first."));
_("Set a source image first."));
return FALSE;
}