[gimp] Bug 763766 - Suggest changing "Postscript" to "PostScript"



commit 1c9e5d62fc6d32c12fa0f5b9de2b738612ef2965
Author: Michael Natterer <mitch gimp org>
Date:   Sat Mar 19 22:45:16 2016 +0100

    Bug 763766 - Suggest changing "Postscript" to "PostScript"
    
    We were already using "PostScript" almost everywhere, fix the
    remaining strings too.

 build/windows/installer/lang/pt_BR.setup.isl |    4 ++--
 configure.ac                                 |    2 +-
 plug-ins/common/file-ps.c                    |    4 ++--
 plug-ins/common/newsprint.c                  |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/build/windows/installer/lang/pt_BR.setup.isl b/build/windows/installer/lang/pt_BR.setup.isl
index 1711dd9..94b7e90 100644
--- a/build/windows/installer/lang/pt_BR.setup.isl
+++ b/build/windows/installer/lang/pt_BR.setup.isl
@@ -44,8 +44,8 @@ ComponentsTranslations=Tradu
 ComponentsTranslationsDescription=Tradu��es
 ComponentsPython=Suporte a scripts em Python
 ComponentsPythonDescription=Permite que voc� use plug-ins escritos na linguagem Python(necess�rio para 
algumas funcionalidades).
-ComponentsGhostscript=Suporte a Postscript
-ComponentsGhostscriptDescription=Permite que o GIMP possa abrir arquivos Postscript
+ComponentsGhostscript=Suporte a PostScript
+ComponentsGhostscriptDescription=Permite que o GIMP possa abrir arquivos PostScript
 ;only when installing on x64 Windows
 ComponentsGimp32=Suporte a plug-ins de 32-bit
 ComponentsGimp32Description=Inclui arquivos necess�rios para o uso de plug-ins de 32bits.%nNecess�rio para o 
suporte a Python.
diff --git a/configure.ac b/configure.ac
index bba671f..de9b400 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1390,7 +1390,7 @@ if test "x$with_gs" != xno; then
   if test "x$have_gs" != xyes -a "x$with_gs" = xyes; then
     AC_MSG_ERROR([
 *** Checks for Ghostscript library failed. You can build without it by passing
-*** --without-gs to configure but you won't be able to use Postscript files then.])
+*** --without-gs to configure but you won't be able to use PostPcript files then.])
   fi
 fi
 
diff --git a/plug-ins/common/file-ps.c b/plug-ins/common/file-ps.c
index 36583cb..c3393a7 100644
--- a/plug-ins/common/file-ps.c
+++ b/plug-ins/common/file-ps.c
@@ -132,7 +132,7 @@ static PSLoadVals plvals =
   1            /* dont use graphics antialiasing */
 };
 
-/* Widgets for width and height of postscript image to
+/* Widgets for width and height of PostScript image to
 *  be loaded, so that they can be updated when desired resolution is
 *  changed
 */
@@ -1107,7 +1107,7 @@ load_image (const gchar  *filename,
   if (!ifp)
     {
       g_set_error (error, G_FILE_ERROR, G_FILE_ERROR,
-                   _("Could not interpret Postscript file '%s'"),
+                   _("Could not interpret PostScript file '%s'"),
                    gimp_filename_to_utf8 (filename));
       return -1;
     }
diff --git a/plug-ins/common/newsprint.c b/plug-ins/common/newsprint.c
index 032d6d8..0f48d79 100644
--- a/plug-ins/common/newsprint.c
+++ b/plug-ins/common/newsprint.c
@@ -1592,7 +1592,7 @@ spot_diamond (gdouble x,
 }
 
 /* The following two functions are implementations of algorithms
- * described in "Postscript Screening: Adobe Accurate Screens"
+ * described in "PostScript Screening: Adobe Accurate Screens"
  * (Adobe Press, 1992) by Peter Fink.
  */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]