mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-20 12:32:10 +02:00
Merge branch 'wip/piotrdrag/unicode-typography-180625' into 'master'
Use Unicode typography in new translatable strings See merge request GNOME/glib!137
This commit is contained in:
commit
cbfa776fc1
@ -4619,7 +4619,7 @@ handle_get_all_properties (GDBusConnection *connection,
|
|||||||
GDBusMessage *reply;
|
GDBusMessage *reply;
|
||||||
reply = g_dbus_message_new_method_error (message,
|
reply = g_dbus_message_new_method_error (message,
|
||||||
"org.freedesktop.DBus.Error.InvalidArgs",
|
"org.freedesktop.DBus.Error.InvalidArgs",
|
||||||
_("No such interface '%s'"),
|
_("No such interface “%s”"),
|
||||||
interface_name);
|
interface_name);
|
||||||
g_dbus_connection_send_message_unlocked (eo->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NULL);
|
g_dbus_connection_send_message_unlocked (eo->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NULL);
|
||||||
g_object_unref (reply);
|
g_object_unref (reply);
|
||||||
|
@ -1982,7 +1982,7 @@ set_overrides (GHashTable *schema_table,
|
|||||||
*/
|
*/
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
_("cannot provide per-desktop overrides for localised "
|
_("cannot provide per-desktop overrides for localised "
|
||||||
"key '%s' in schema '%s' (override file '%s')"),
|
"key “%s” in schema “%s” (override file “%s”)"),
|
||||||
key, group, filename);
|
key, group, filename);
|
||||||
|
|
||||||
if (!strict)
|
if (!strict)
|
||||||
|
@ -1593,7 +1593,7 @@ fork_exec_with_fds (gboolean intermediate_child,
|
|||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
G_SPAWN_ERROR,
|
G_SPAWN_ERROR,
|
||||||
G_SPAWN_ERROR_FAILED,
|
G_SPAWN_ERROR_FAILED,
|
||||||
_("Failed to spawn child process \"%s\" (%s)"),
|
_("Failed to spawn child process “%s” (%s)"),
|
||||||
argv[0],
|
argv[0],
|
||||||
g_strerror (status));
|
g_strerror (status));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user