diff --git a/server/src/gnome/prompter.rs b/server/src/gnome/prompter.rs index 179e57b6..1d1e7200 100644 --- a/server/src/gnome/prompter.rs +++ b/server/src/gnome/prompter.rs @@ -178,7 +178,7 @@ impl Properties { message: Some(gettext("Authentication required")), description: Some( formatx!( - gettext("An application wants access to the keyring '{}', but it is locked",), + gettext("An application wants access to the keyring “{}”, but it is locked",), keyring, ) .expect("Wrong format in translatable string"),