mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 11:26:21 +00:00
User proper ellipsis char
As stated in https://github.com/profanity-im/profanity/pull/1820#issuecomment-1498083383 profanity uses "..." (three dots) in a lot of places instead the proper ellipsis char "…".
This commit is contained in:
@@ -91,7 +91,7 @@ ox_announce_public_key(const char* const filename)
|
||||
{
|
||||
assert(filename);
|
||||
|
||||
cons_show("Announce OpenPGP Key for OX %s ...", filename);
|
||||
cons_show("Announce OpenPGP Key for OX %s …", filename);
|
||||
log_info("[OX] Announce OpenPGP Key of OX: %s", filename);
|
||||
|
||||
// key the key and the fingerprint via GnuPG from file
|
||||
|
||||
Reference in New Issue
Block a user