mirror of https://github.com/GNOME/gimp.git
app: remove space before a colon
This commit is contained in:
parent
ee8f0fec5d
commit
feaacaf681
|
@ -782,7 +782,7 @@ gimp_brush_load_abr_brush_v6 (GDataInputStream *input,
|
|||
if (! r)
|
||||
{
|
||||
g_prefix_error (error,
|
||||
_("Fatal parse error in brush file : "
|
||||
_("Fatal parse error in brush file: "
|
||||
"File appears truncated: "));
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue