[dia] Correct PostScript capitalization
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] Correct PostScript capitalization
- Date: Thu, 22 Jun 2017 19:52:52 +0000 (UTC)
commit 79f241e4ad5be5d711a0989ae5930758a9b3d45e
Author: Piotr Drąg <piotrdrag gmail com>
Date: Fri Dec 30 19:30:54 2016 +0100
Correct PostScript capitalization
https://bugzilla.gnome.org/show_bug.cgi?id=776628
plug-ins/postscript/render_eps.c | 4 ++--
plug-ins/xfig/xfig-import.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/postscript/render_eps.c b/plug-ins/postscript/render_eps.c
index ce24c56..fdedb53 100644
--- a/plug-ins/postscript/render_eps.c
+++ b/plug-ins/postscript/render_eps.c
@@ -174,7 +174,7 @@ DiaExportFilter eps_ft2_export_filter = {
/* Disabled until we can actually make the preview. */
# if 0
DiaExportFilter epsi_ft2_export_filter = {
- N_("Encapsulated Postscript with preview (using Pango fonts)"),
+ N_("Encapsulated PostScript with preview (using Pango fonts)"),
epsi_extensions,
export_ft2_eps,
GINT_TO_POINTER(PSTYPE_EPSI), /* user_data */
@@ -192,7 +192,7 @@ DiaExportFilter eps_export_filter = {
};
/* Commented out until we can actually make the preview.
DiaExportFilter epsi_export_filter = {
- N_("Encapsulated Postscript with preview (using PostScript Latin-1 fonts)"),
+ N_("Encapsulated PostScript with preview (using PostScript Latin-1 fonts)"),
epsi_extensions,
export_eps,
PSTYPE_EPSI,
diff --git a/plug-ins/xfig/xfig-import.c b/plug-ins/xfig/xfig-import.c
index 109a3b8..2798167 100644
--- a/plug-ins/xfig/xfig-import.c
+++ b/plug-ins/xfig/xfig-import.c
@@ -1001,7 +1001,7 @@ fig_read_text(FILE *file, DiaContext *ctx)
/* "Default font" - wazzat? */
tprop->attr.font = dia_font_new_from_legacy_name("Times-Roman");
} else if (font < 0 || font >= num_fig_fonts()) {
- dia_context_add_message(ctx, _("Can't find Postscript font nr. %d, using sans"), font);
+ dia_context_add_message(ctx, _("Can't find PostScript font nr. %d, using sans"), font);
tprop->attr.font = dia_font_new_from_legacy_name("Helvetica");
} else {
tprop->attr.font = dia_font_new_from_legacy_name(fig_fonts[font]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]