mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772221
This commit is contained in:
@@ -451,11 +451,11 @@ g_charset_converter_initable_init (GInitable *initable,
|
||||
{
|
||||
if (errno == EINVAL)
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
|
||||
_("Conversion from character set '%s' to '%s' is not supported"),
|
||||
_("Conversion from character set “%s” to “%s” is not supported"),
|
||||
conv->from, conv->to);
|
||||
else
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
|
||||
_("Could not open converter from '%s' to '%s'"),
|
||||
_("Could not open converter from “%s” to “%s”"),
|
||||
conv->from, conv->to);
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user