app: s/plug-In/plug-in in a GUI-visible string.

This commit is contained in:
Jehan
2019-02-11 15:17:36 +01:00
parent c4beca8c90
commit a6aa14bca2

View File

@ -265,7 +265,7 @@ file_open_image (Gimp *gimp,
{
if (error && ! *error)
g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
_("%s plug-In could not open image"),
_("%s plug-in could not open image"),
gimp_procedure_get_label (GIMP_PROCEDURE (file_proc)));
}