File diff r503:b962d442e94a → r504:d77ba5d8291b
strings.c
Show inline comments
 
@@ -73,7 +73,7 @@ static const CurrencySpec _currency_spec
 
	{ 50,  ',', 0,              "",     " Kc" },
 
	{ 130, '.', 0,              "",     " kr" },
 
	{ 11,  '.', 0,              "",     " kr" },
 
	{ 2,   ',', CF_ISEURO,      "",    "" },
 
	{ 2,   ',', CF_ISEURO,      "¤",    "" },
 
	{ 6,   '.', 0,              "",     " Lei" },
 
};