tAdd hints for gettext - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ab4a5e871afa8f8294563faf03fe542271384ed2
(DIR) parent 14aa7ba409d163d22fc1c58aa798d1f1539dfc9c
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Fri, 6 Nov 2020 15:28:12 -0800
Add hints for gettext
This is not a format string, even though
it looks like one.
Diffstat:
M src/dopewars.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/src/dopewars.c b/src/dopewars.c
t@@ -557,6 +557,7 @@ struct GLOBALS Globals[] = {
N_("Format string used for expensive drugs 50% of time"),
NULL, NULL, 0, "", NULL, NULL, FALSE, 0, 0},
{NULL, NULL, NULL, &Drugs.ExpensiveStr2, NULL, "Drugs.ExpensiveStr2",
+ /* xgettext:no-c-format */
N_("Format string used for expensive drugs 50% of time"),
NULL, NULL, 0, "", NULL, NULL, FALSE, 0, 0},
{&(Drugs.CheapDivide), NULL, NULL, NULL, NULL, "Drugs.CheapDivide",