mirror of https://github.com/GNOME/gimp.git
plug-ins: fix the PDF save procedures' labels
This commit is contained in:
parent
022db7b639
commit
cb61dea8fe
|
@ -268,7 +268,7 @@ query (void)
|
|||
"Barak Itkin",
|
||||
"Copyright Barak Itkin",
|
||||
"August 2009",
|
||||
N_("_Save as PDF..."),
|
||||
N_("Portable Document Format"),
|
||||
"RGB*, GRAY*, INDEXED*",
|
||||
GIMP_PLUGIN,
|
||||
G_N_ELEMENTS (save_defaults_args), 0,
|
||||
|
@ -280,7 +280,7 @@ query (void)
|
|||
"Barak Itkin",
|
||||
"Copyright Barak Itkin",
|
||||
"August 2009",
|
||||
N_("_Save as PDF..."),
|
||||
N_("Portable Document Format"),
|
||||
"RGB*, GRAY*, INDEXED*",
|
||||
GIMP_PLUGIN,
|
||||
G_N_ELEMENTS (save_args), 0,
|
||||
|
|
Loading…
Reference in New Issue