From 59ce63340afe1b2ab62dd31683410e36b45bd1a3 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Fri, 19 Jan 2001 08:32:46 +0000 Subject: [PATCH] Fix typo. Same here. 2001-01-19 Kjartan Maraas * gconvert.c: Fix typo. * gfileutils.c: Same here. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ configure.in | 2 +- gconvert.c | 2 +- gfileutils.c | 2 +- glib/gconvert.c | 2 +- glib/gfileutils.c | 2 +- 13 files changed, 53 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e22b4e2..6e822ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-01-19 Kjartan Maraas + + * gconvert.c: Fix typo. + * gfileutils.c: Same here. + * configure.in: Added no to ALL_LINGUAS + 2001-01-17 Tor Lillqvist * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e22b4e2..6e822ef 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +2001-01-19 Kjartan Maraas + + * gconvert.c: Fix typo. + * gfileutils.c: Same here. + * configure.in: Added no to ALL_LINGUAS + 2001-01-17 Tor Lillqvist * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e22b4e2..6e822ef 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2001-01-19 Kjartan Maraas + + * gconvert.c: Fix typo. + * gfileutils.c: Same here. + * configure.in: Added no to ALL_LINGUAS + 2001-01-17 Tor Lillqvist * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e22b4e2..6e822ef 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2001-01-19 Kjartan Maraas + + * gconvert.c: Fix typo. + * gfileutils.c: Same here. + * configure.in: Added no to ALL_LINGUAS + 2001-01-17 Tor Lillqvist * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e22b4e2..6e822ef 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +2001-01-19 Kjartan Maraas + + * gconvert.c: Fix typo. + * gfileutils.c: Same here. + * configure.in: Added no to ALL_LINGUAS + 2001-01-17 Tor Lillqvist * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e22b4e2..6e822ef 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2001-01-19 Kjartan Maraas + + * gconvert.c: Fix typo. + * gfileutils.c: Same here. + * configure.in: Added no to ALL_LINGUAS + 2001-01-17 Tor Lillqvist * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e22b4e2..6e822ef 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2001-01-19 Kjartan Maraas + + * gconvert.c: Fix typo. + * gfileutils.c: Same here. + * configure.in: Added no to ALL_LINGUAS + 2001-01-17 Tor Lillqvist * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e22b4e2..6e822ef 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2001-01-19 Kjartan Maraas + + * gconvert.c: Fix typo. + * gfileutils.c: Same here. + * configure.in: Added no to ALL_LINGUAS + 2001-01-17 Tor Lillqvist * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc diff --git a/configure.in b/configure.in index 5876e19..7722c2a 100644 --- a/configure.in +++ b/configure.in @@ -181,7 +181,7 @@ dnl dnl gettext support dnl -ALL_LINGUAS="" +ALL_LINGUAS="no" AM_GLIB_GNU_GETTEXT LIBS="$LIBS $INTLLIBS" diff --git a/gconvert.c b/gconvert.c index 9307f43..17ba928 100644 --- a/gconvert.c +++ b/gconvert.c @@ -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, diff --git a/gfileutils.c b/gfileutils.c index 0777530..7a03315 100644 --- a/gfileutils.c +++ b/gfileutils.c @@ -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; } diff --git a/glib/gconvert.c b/glib/gconvert.c index 9307f43..17ba928 100644 --- a/glib/gconvert.c +++ b/glib/gconvert.c @@ -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, diff --git a/glib/gfileutils.c b/glib/gfileutils.c index 0777530..7a03315 100644 --- a/glib/gfileutils.c +++ b/glib/gfileutils.c @@ -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; } -- 2.7.4