Updated the usage screen

This commit is contained in:
Pierre Pronchery 2012-10-14 16:30:21 +00:00
parent bc22de2cc6
commit fbc82db0da

View File

@ -422,7 +422,7 @@ static gboolean _properties_on_closex(gpointer data)
/* usage */
static int _usage(void)
{
fputs(_("Usage: properties [-p plugin] file...\n"), stderr);
fputs(_("Usage: properties [-p plug-in] file...\n"), stderr);
return 1;
}