mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-02 09:01:13 +00:00
plug-ins: Mark LNK and ICNS descriptions as per-process translatable
This commit is contained in:
parent
d495994082
commit
ccf592d28b
2 changed files with 7 additions and 7 deletions
|
@ -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.",
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue