plug-ins: Mark LNK and ICNS descriptions as per-process translatable

This commit is contained in:
Bruno Lopes 2025-06-20 12:52:57 -03:00 committed by Jehan
parent d495994082
commit ccf592d28b
2 changed files with 7 additions and 7 deletions

View file

@ -123,11 +123,11 @@ lnk_create_procedure (GimpPlugIn *plug_in,
_("Windows Shortcut"));
gimp_procedure_set_documentation (procedure,
"Follows a link to an image in a "
".lnk file",
"Opens a .lnk file and if it points "
"to an image, it asks GIMP to open "
"the linked image.",
_("Follows a link to an image in a "
".lnk file"),
_("Opens a .lnk file and if it points "
"to an image, it asks GIMP to open "
"the linked image."),
name);
gimp_procedure_set_attribution (procedure,
"Alex S.",

View file

@ -133,8 +133,8 @@ icns_create_procedure (GimpPlugIn *plug_in,
gimp_procedure_set_menu_label (procedure, _("Icns"));
gimp_procedure_set_documentation (procedure,
"Loads files in Apple Icon Image format",
"Loads Apple Icon Image files.",
_("Loads files in Apple Icon Image format"),
_("Loads Apple Icon Image files."),
name);
gimp_procedure_set_attribution (procedure,
"Brion Vibber <brion@pobox.com>",