app: remove space before a colon

This commit is contained in:
Piotr Drąg 2015-12-01 12:25:15 +01:00
parent ee8f0fec5d
commit feaacaf681
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}