mirror of https://github.com/GNOME/gimp.git
app: replace some tabs with spaces in app/paint.
This commit is contained in:
parent
5e805c8b8b
commit
bcbc83dc5a
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue