Fix a typo in a translatable string ("represantation")
This commit is contained in:
parent
256a317d22
commit
f2e63397af
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ gimp_file_get_config_path (GFile *file,
|
|||
else
|
||||
{
|
||||
g_set_error_literal (error, 0, 0,
|
||||
_("File has no path represantation"));
|
||||
_("File has no path representation"));
|
||||
}
|
||||
|
||||
return unexpanded;
|
||||
|
|
|
|||
Loading…
Reference in a new issue