From 9ae99767320193f703ae0a28e536fcf9f9345a0a Mon Sep 17 00:00:00 2001 From: Jehan Date: Tue, 3 Mar 2026 10:47:46 +0100 Subject: [PATCH] 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. --- plug-ins/common/file-tim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/file-tim.c b/plug-ins/common/file-tim.c index 3c353733ba..d93a59092d 100644 --- a/plug-ins/common/file-tim.c +++ b/plug-ins/common/file-tim.c @@ -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"),