From b8b2b0ce7ce99d42a2ba0991b93b85d82d317e34 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Apr 2021 19:50:06 +0200 Subject: mark up hints (#6749) --- gnu-taler-error-codes/c.template | 2 +- gnu-taler-error-codes/registry.rec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu-taler-error-codes/c.template b/gnu-taler-error-codes/c.template index a32b3e6..84d681a 100644 --- a/gnu-taler-error-codes/c.template +++ b/gnu-taler-error-codes/c.template @@ -1,6 +1,6 @@ { .ec = TALER_EC_{{Name}}, - .hint = "{{Description}}", + .hint = gettext_noop ("{{Description}}"), .http_code = MHD_HTTP_{{HttpStatus_Identifier}} }, diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index f341319..9186bb8 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1725,12 +1725,12 @@ HttpStatus: 0 Value: 8411 Name: ANASTASIS_REDUCER_BACKUP_PROVIDER_FAILED -Description: A backup provider reported a fatal failure. +Description: Anastasis provider reported a fatal failure. HttpStatus: 0 Value: 8412 Name: ANASTASIS_REDUCER_PROVIDER_CONFIG_FAILED -Description: A backup provider failed to respond to the configuration request. +Description: Anastasis provider failed to respond to the configuration request. HttpStatus: 0 Value: 8413 -- cgit v1.2.3