Mercurial > hg > openttd
diff src/table/strgen_tables.h @ 19968:0dba7f49118c draft
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
author | planetmaker <planetmaker@openttd.org> |
---|---|
date | Tue, 08 Jan 2013 22:46:42 +0000 |
parents | 09e9da714e75 |
children | dd1c7e45855b |
line wrap: on
line diff
--- a/src/table/strgen_tables.h +++ b/src/table/strgen_tables.h @@ -197,7 +197,7 @@ { "plural", "tp", "0", "Plural form to use" }, { "textdir", "tl", "ltr", "Text direction. Either ltr (left-to-right) or rtl (right-to-left)" }, { "digitsep", "td", ",", "Digit grouping separator for non-currency numbers" }, - { "digitsepcur", "td", ",", "Digit grouping seprarator for currency numbers" }, + { "digitsepcur", "td", ",", "Digit grouping separator for currency numbers" }, { "decimalsep", "td", ".", "Decimal separator" }, { "winlangid", "x2", "0x0000", "Language ID for Windows" }, { "grflangid", "x1", "0x00", "Language ID for NewGRFs" },