From 5f5c512e459961a295ccea37897a1076c300f494 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Wed, 17 Aug 2011 13:26:11 +1000 Subject: [PATCH] Highlight the word "one" --- src/exch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exch.c b/src/exch.c index fe6b266..d50811e 100644 --- a/src/exch.c +++ b/src/exch.c @@ -675,7 +675,7 @@ void trade_shares (int num, bool *bid_used) txdlgbox(MAX_DLG_LINES, 50, 8, WCENTER, attr_normal_window, attr_title, attr_normal, attr_highlight, 0, attr_waitforkey, _(" Shares Issued "), - ngettext("%s has issued\none more share.", + ngettext("%s has issued\n^{one^} more share.", "%s has issued\n^{%'ld^} more shares.", maxshares), company[num].name, maxshares); }