Issue #9340: Make To/From property less ambiguous

Translators noted these might be confused with To/From fields in email.
Revising labels to match load dialogue UIs.
This commit is contained in:
Alx Sa 2023-04-11 16:59:45 +00:00
parent bcac1107b5
commit 5112394636
1 changed files with 2 additions and 2 deletions

View File

@ -234,13 +234,13 @@ fli_create_procedure (GimpPlugIn *plug_in,
"fli,flc");
GIMP_PROC_ARG_INT (procedure, "from-frame",
_("_From:"),
_("_From frame"),
_("Export beginning from this frame"),
-1, G_MAXINT, -1,
G_PARAM_READWRITE);
GIMP_PROC_ARG_INT (procedure, "to-frame",
_("_To:"),
_("_To frame"),
_("End exporting with this frame "
"(or -1 for all frames)"),
-1, G_MAXINT, -1,