Use Unicode typography in new translatable strings

See https://developer.gnome.org/hig/stable/typography.html
This commit is contained in:
Piotr Drąg
2018-06-25 16:51:00 +02:00
parent 509ced6be5
commit d9fc99256e
3 changed files with 3 additions and 3 deletions

View File

@@ -4619,7 +4619,7 @@ handle_get_all_properties (GDBusConnection *connection,
GDBusMessage *reply;
reply = g_dbus_message_new_method_error (message,
"org.freedesktop.DBus.Error.InvalidArgs",
_("No such interface '%s'"),
_("No such interface %s"),
interface_name);
g_dbus_connection_send_message_unlocked (eo->connection, reply, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, NULL);
g_object_unref (reply);