mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 15:38: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:
@@ -772,7 +772,7 @@ set_xattr (char *filename,
|
||||
{
|
||||
g_set_error (error, G_IO_ERROR,
|
||||
g_io_error_from_errno (errsv),
|
||||
_("Error setting extended attribute '%s': %s"),
|
||||
_("Error setting extended attribute “%s”: %s"),
|
||||
escaped_attribute, g_strerror (errsv));
|
||||
return FALSE;
|
||||
}
|
||||
@@ -1763,7 +1763,7 @@ _g_local_file_info_get (const char *basename,
|
||||
g_object_unref (info);
|
||||
g_set_error (error, G_IO_ERROR,
|
||||
g_io_error_from_errno (errsv),
|
||||
_("Error when getting information for file '%s': %s"),
|
||||
_("Error when getting information for file “%s”: %s"),
|
||||
display_name, g_strerror (errsv));
|
||||
g_free (display_name);
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user