mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772528
This commit is contained in:
parent
2ab34b2b5d
commit
3c1faf4f99
@ -241,7 +241,7 @@ on_service_open_session_plain (GObject *source,
|
||||
|
||||
} else {
|
||||
g_simple_async_result_set_error (res, SECRET_ERROR, SECRET_ERROR_PROTOCOL,
|
||||
_("Couldn't communicate with the secret storage"));
|
||||
_("Couldn’t communicate with the secret storage"));
|
||||
}
|
||||
|
||||
g_simple_async_result_complete (res);
|
||||
@ -278,7 +278,7 @@ on_service_open_session_aes (GObject *source,
|
||||
|
||||
} else {
|
||||
g_simple_async_result_set_error (res, SECRET_ERROR, SECRET_ERROR_PROTOCOL,
|
||||
_("Couldn't communicate with the secret storage"));
|
||||
_("Couldn’t communicate with the secret storage"));
|
||||
}
|
||||
|
||||
g_simple_async_result_complete (res);
|
||||
|
Loading…
Reference in New Issue
Block a user