diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-28 16:52:33 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-28 18:22:01 +0100 |
| commit | 8a14c18c5b487139948dcb22abd37bffdd9cf5f4 (patch) | |
| tree | 5dd144ea620747dbc6c18b05ea27da56a076e111 /methods | |
| parent | 50e3fee26ae843a812b1c9ec8531946931773fd3 (diff) | |
Rename 'weak digest algorithm' to 'weak algorithm'
This allows us to render public key algorithms as weak as well.
Diffstat (limited to 'methods')
| -rw-r--r-- | methods/gpgv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |
