diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-05 19:50:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-05 19:50:06 +0200 |
commit | b8b2b0ce7ce99d42a2ba0991b93b85d82d317e34 (patch) | |
tree | f2df482e3abb16d5817c16d9aec702ee5babcf73 /gnu-taler-error-codes | |
parent | 962d417a99000b79a29994cd445db3c5251ac3bc (diff) |
mark up hints (#6749)
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/c.template | 2 | ||||
-rw-r--r-- | 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 |