mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +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:
@@ -297,7 +297,7 @@ g_inet_address_mask_new_from_string (const gchar *mask_string,
|
||||
{
|
||||
parse_error:
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT,
|
||||
_("Could not parse '%s' as IP address mask"),
|
||||
_("Could not parse “%s” as IP address mask"),
|
||||
mask_string);
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user