plug-ins: let's have the same label for import and export.
While listing the file formats, I could not find the format, because it was labelled differently. This doesn't break the strings since the longer string already existed.
This commit is contained in:
parent
6bd949b0d5
commit
9ae9976732
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ tim_create_procedure (GimpPlugIn *plug_in,
|
|||
tim_load, NULL, NULL);
|
||||
|
||||
gimp_procedure_set_menu_label (procedure,
|
||||
_("TIM Image"));
|
||||
_("Playstation TIM image"));
|
||||
|
||||
gimp_procedure_set_documentation (procedure,
|
||||
_("Load file in the TIM file format"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue