mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03: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:
@@ -870,7 +870,7 @@ try_tcp (GDBusServer *server,
|
||||
g_set_error (error,
|
||||
G_IO_ERROR,
|
||||
g_io_error_from_errno (errno),
|
||||
_("Error writing nonce file at '%s': %s"),
|
||||
_("Error writing nonce file at “%s”: %s"),
|
||||
server->nonce_file,
|
||||
strerror (errno));
|
||||
goto out;
|
||||
@@ -1041,7 +1041,7 @@ initable_init (GInitable *initable,
|
||||
g_set_error (&last_error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_INVALID_ARGUMENT,
|
||||
_("The string '%s' is not a valid D-Bus GUID"),
|
||||
_("The string “%s” is not a valid D-Bus GUID"),
|
||||
server->guid);
|
||||
goto out;
|
||||
}
|
||||
@@ -1081,7 +1081,7 @@ initable_init (GInitable *initable,
|
||||
g_set_error (&this_error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_INVALID_ARGUMENT,
|
||||
_("Cannot listen on unsupported transport '%s'"),
|
||||
_("Cannot listen on unsupported transport “%s”"),
|
||||
transport_name);
|
||||
|
||||
g_free (transport_name);
|
||||
|
Reference in New Issue
Block a user