From 8a14c18c5b487139948dcb22abd37bffdd9cf5f4 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 28 Feb 2024 16:52:33 +0100 Subject: Rename 'weak digest algorithm' to 'weak algorithm' This allows us to render public key algorithms as weak as well. --- methods/gpgv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods') diff --git a/methods/gpgv.cc b/methods/gpgv.cc index 8b365b6d4..20ef2861d 100644 --- a/methods/gpgv.cc +++ b/methods/gpgv.cc @@ -562,7 +562,7 @@ bool GPGVMethod::URIAcquire(std::string const &Message, FetchItem *Itm) { std::string msg; // TRANSLATORS: The second %s is the reason and is untranslated for repository owners. - strprintf(msg, _("Signature by key %s uses weak digest algorithm (%s)"), Signer.key.c_str(), Signer.note.c_str()); + strprintf(msg, _("Signature by key %s uses weak algorithm (%s)"), Signer.key.c_str(), Signer.note.c_str()); Warning(std::move(msg)); } } -- cgit v1.2.3-70-g09d2