diff --git a/plug-ins/common/file-ps.c b/plug-ins/common/file-ps.c index 3bb22a2e8c..ff725945bd 100644 --- a/plug-ins/common/file-ps.c +++ b/plug-ins/common/file-ps.c @@ -552,7 +552,7 @@ ps_create_procedure (GimpPlugIn *plug_in, gimp_choice_new_with_values ("inch", 0, _("Inch"), NULL, "millimeter", 1, _("Millimeter"), NULL, NULL), - "inch", G_PARAM_READWRITE); + "millimeter", G_PARAM_READWRITE); gimp_procedure_add_boolean_argument (procedure, "keep-ratio", _("_Keep aspect ratio"),