Fix typo. Same here.

2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>

	* gconvert.c: Fix typo.
	* gfileutils.c: Same here.
This commit is contained in:
Kjartan Maraas 2001-01-19 08:32:46 +00:00 committed by Kjartan Maraas
parent fed58d4f82
commit 59ce63340a
13 changed files with 53 additions and 5 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View File

@ -181,7 +181,7 @@ dnl
dnl gettext support
dnl
ALL_LINGUAS=""
ALL_LINGUAS="no"
AM_GLIB_GNU_GETTEXT
LIBS="$LIBS $INTLLIBS"

View 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,

View 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;
}

View 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,

View 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;
}