Fix typo. Same here.
authorKjartan Maraas <kmaraas@gnome.org>
Fri, 19 Jan 2001 08:32:46 +0000 (08:32 +0000)
committerKjartan Maraas <kmaraas@src.gnome.org>
Fri, 19 Jan 2001 08:32:46 +0000 (08:32 +0000)
2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>

* gconvert.c: Fix typo.
* gfileutils.c: Same here.

13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
gconvert.c
gfileutils.c
glib/gconvert.c
glib/gfileutils.c

index e22b4e2..6e822ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gconvert.c: Fix typo.
+       * gfileutils.c: Same here.
+       * configure.in: Added no to ALL_LINGUAS
+       
 2001-01-17  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
index e22b4e2..6e822ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gconvert.c: Fix typo.
+       * gfileutils.c: Same here.
+       * configure.in: Added no to ALL_LINGUAS
+       
 2001-01-17  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
index e22b4e2..6e822ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gconvert.c: Fix typo.
+       * gfileutils.c: Same here.
+       * configure.in: Added no to ALL_LINGUAS
+       
 2001-01-17  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
index e22b4e2..6e822ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gconvert.c: Fix typo.
+       * gfileutils.c: Same here.
+       * configure.in: Added no to ALL_LINGUAS
+       
 2001-01-17  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
index e22b4e2..6e822ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gconvert.c: Fix typo.
+       * gfileutils.c: Same here.
+       * configure.in: Added no to ALL_LINGUAS
+       
 2001-01-17  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
index e22b4e2..6e822ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gconvert.c: Fix typo.
+       * gfileutils.c: Same here.
+       * configure.in: Added no to ALL_LINGUAS
+       
 2001-01-17  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
index e22b4e2..6e822ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gconvert.c: Fix typo.
+       * gfileutils.c: Same here.
+       * configure.in: Added no to ALL_LINGUAS
+       
 2001-01-17  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
index e22b4e2..6e822ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gconvert.c: Fix typo.
+       * gfileutils.c: Same here.
+       * configure.in: Added no to ALL_LINGUAS
+       
 2001-01-17  Tor Lillqvist  <tml@iki.fi>
 
        * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
index 5876e19..7722c2a 100644 (file)
@@ -181,7 +181,7 @@ dnl
 dnl gettext support
 dnl
 
-ALL_LINGUAS=""
+ALL_LINGUAS="no"
 AM_GLIB_GNU_GETTEXT
 LIBS="$LIBS $INTLLIBS"
 
index 9307f43..17ba928 100644 (file)
@@ -92,7 +92,7 @@ open_converter (const gchar *to_codeset,
       /* Something went wrong.  */
       if (errno == EINVAL)
         g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NO_CONVERSION,
-                     _("Conversion from character set `%s' to `%s' is not suppo\rted"),
+                     _("Conversion from character set `%s' to `%s' is not supported"),
                      from_codeset, to_codeset);
       else
         g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_FAILED,
index 0777530..7a03315 100644 (file)
@@ -646,7 +646,7 @@ g_file_open_tmp (const char *tmpl,
       g_set_error (error,
                   G_FILE_ERROR,
                   G_FILE_ERROR_FAILED,
-                  _("Template '%s' doesn end with XXXXXX"),
+                  _("Template '%s' doesn't end with XXXXXX"),
                   tmpl);
       return -1;
     }
index 9307f43..17ba928 100644 (file)
@@ -92,7 +92,7 @@ open_converter (const gchar *to_codeset,
       /* Something went wrong.  */
       if (errno == EINVAL)
         g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NO_CONVERSION,
-                     _("Conversion from character set `%s' to `%s' is not suppo\rted"),
+                     _("Conversion from character set `%s' to `%s' is not supported"),
                      from_codeset, to_codeset);
       else
         g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_FAILED,
index 0777530..7a03315 100644 (file)
@@ -646,7 +646,7 @@ g_file_open_tmp (const char *tmpl,
       g_set_error (error,
                   G_FILE_ERROR,
                   G_FILE_ERROR_FAILED,
-                  _("Template '%s' doesn end with XXXXXX"),
+                  _("Template '%s' doesn't end with XXXXXX"),
                   tmpl);
       return -1;
     }