diff options
author | peter1138 <peter1138@openttd.org> | 2009-11-18 10:09:22 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2009-11-18 10:09:22 +0000 |
commit | d2358c5ea67e904c148dc856450d820eb16a5192 (patch) | |
tree | cff3a252302c16309ed72c897063da199a104951 /src/lang | |
parent | b07c99a0fdbc95687ae9f79fe2b89413882931d9 (diff) | |
download | openttd-d2358c5ea67e904c148dc856450d820eb16a5192.tar.xz |
(svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw
the Y-axis ticks manually.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 81c80027a..625700806 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -506,7 +506,7 @@ STR_GRAPH_KEY_BUTTON :{BLACK}Key STR_GRAPH_KEY_TOOLTIP :{BLACK}Show key to graphs STR_GRAPH_X_LABEL_MONTH :{TINYFONT}{STRING}{} {STRING} STR_GRAPH_X_LABEL_MONTH_YEAR :{TINYFONT}{STRING}{} {STRING}{}{NUM} -STR_GRAPH_Y_LABEL :{TINYFONT}{STRING2}- +STR_GRAPH_Y_LABEL :{TINYFONT}{STRING2} STR_GRAPH_Y_LABEL_NUMBER :{TINYFONT}{COMMA} STR_GRAPH_OPERATING_PROFIT_CAPTION :{WHITE}Operating Profit Graph |