[gimp] file-pdf-save: Update help text to match that of file-pdf-load
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-pdf-save: Update help text to match that of file-pdf-load
- Date: Tue, 6 Dec 2011 15:42:36 +0000 (UTC)
commit 04285710106abbff52e7d426f052c9f10f57eaac
Author: Mukund Sivaraman <muks banu com>
Date: Tue Dec 6 21:08:13 2011 +0530
file-pdf-save: Update help text to match that of file-pdf-load
plug-ins/common/file-pdf-save.c | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index 88ee03b..fcd059b 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -262,8 +262,11 @@ query (void)
};
gimp_install_procedure (SAVE_DEFAULTS_PROC,
- "Save files as PDF",
- "Save files in the Portable Document Format (PDF)",
+ "Save files in PDF format",
+ "Saves files in Adobe's Portable Document Format. "
+ "PDF is designed to be easily processed by a variety "
+ "of different platforms, and is a distant cousin of "
+ "PostScript.",
"Barak Itkin",
"Copyright Barak Itkin",
"August 2009",
@@ -274,8 +277,11 @@ query (void)
save_defaults_args, NULL);
gimp_install_procedure (SAVE_PROC,
- "Save files as PDF",
- "Save files in the Portable Document Format (PDF)",
+ "Save files in PDF format",
+ "Saves files in Adobe's Portable Document Format. "
+ "PDF is designed to be easily processed by a variety "
+ "of different platforms, and is a distant cousin of "
+ "PostScript.",
"Barak Itkin",
"Copyright Barak Itkin",
"August 2009",
@@ -286,8 +292,11 @@ query (void)
save_args, NULL);
gimp_install_procedure (SAVE_MULTI_PROC,
- "Save files as PDF",
- "Save files in the Portable Document Format (PDF)",
+ "Save files in PDF format",
+ "Saves files in Adobe's Portable Document Format. "
+ "PDF is designed to be easily processed by a variety "
+ "of different platforms, and is a distant cousin of "
+ "PostScript.",
"Barak Itkin",
"Copyright Barak Itkin",
"August 2009",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]