Fix a typo in a translatable string ("represantation")

This commit is contained in:
Piotr Drąg 2016-10-02 13:47:50 +02:00
parent 256a317d22
commit f2e63397af

View file

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