作図ソフト dia の改良版
Revisión | 79f241e4ad5be5d711a0989ae5930758a9b3d45e (tree) |
---|---|
Tiempo | 2017-06-23 04:18:04 |
Autor | Piotr Drąg <piotrdrag@gmai...> |
Commiter | Piotr Drąg |
Correct PostScript capitalization
@@ -174,7 +174,7 @@ DiaExportFilter eps_ft2_export_filter = { | ||
174 | 174 | /* Disabled until we can actually make the preview. */ |
175 | 175 | # if 0 |
176 | 176 | DiaExportFilter epsi_ft2_export_filter = { |
177 | - N_("Encapsulated Postscript with preview (using Pango fonts)"), | |
177 | + N_("Encapsulated PostScript with preview (using Pango fonts)"), | |
178 | 178 | epsi_extensions, |
179 | 179 | export_ft2_eps, |
180 | 180 | GINT_TO_POINTER(PSTYPE_EPSI), /* user_data */ |
@@ -192,7 +192,7 @@ DiaExportFilter eps_export_filter = { | ||
192 | 192 | }; |
193 | 193 | /* Commented out until we can actually make the preview. |
194 | 194 | DiaExportFilter epsi_export_filter = { |
195 | - N_("Encapsulated Postscript with preview (using PostScript Latin-1 fonts)"), | |
195 | + N_("Encapsulated PostScript with preview (using PostScript Latin-1 fonts)"), | |
196 | 196 | epsi_extensions, |
197 | 197 | export_eps, |
198 | 198 | PSTYPE_EPSI, |
@@ -1001,7 +1001,7 @@ fig_read_text(FILE *file, DiaContext *ctx) | ||
1001 | 1001 | /* "Default font" - wazzat? */ |
1002 | 1002 | tprop->attr.font = dia_font_new_from_legacy_name("Times-Roman"); |
1003 | 1003 | } else if (font < 0 || font >= num_fig_fonts()) { |
1004 | - dia_context_add_message(ctx, _("Can't find Postscript font nr. %d, using sans"), font); | |
1004 | + dia_context_add_message(ctx, _("Can't find PostScript font nr. %d, using sans"), font); | |
1005 | 1005 | tprop->attr.font = dia_font_new_from_legacy_name("Helvetica"); |
1006 | 1006 | } else { |
1007 | 1007 | tprop->attr.font = dia_font_new_from_legacy_name(fig_fonts[font]); |