mirror of https://github.com/GNOME/gimp.git
fix help string of the page setup procedure.
2008-04-25 Michael Natterer <mitch@gimp.org> * plug-ins/print/print.c (query): fix help string of the page setup procedure. svn path=/trunk/; revision=25525
This commit is contained in:
parent
c12e89a032
commit
658c5e6fbc
|
@ -1,3 +1,8 @@
|
|||
2008-04-25 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/print/print.c (query): fix help string of the page
|
||||
setup procedure.
|
||||
|
||||
2008-04-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app.c
|
||||
|
|
|
@ -116,8 +116,8 @@ query (void)
|
|||
|
||||
gimp_install_procedure (PAGE_SETUP_PROC_NAME,
|
||||
N_("Adjust page size and orientation for printing"),
|
||||
"Adjust page size and orientation for printing for "
|
||||
"printing the image using the GTK+ Print API.",
|
||||
"Adjust page size and orientation for printing the "
|
||||
"image using the GTK+ Print API.",
|
||||
"Bill Skaggs, Sven Neumann, Stefan Röllin",
|
||||
"Sven Neumann <sven@gimp.org>",
|
||||
"2008",
|
||||
|
|
Loading…
Reference in New Issue