summaryrefslogtreecommitdiff
path: root/src/lang/english_US.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-26 15:26:19 +0000
committerrubidium <rubidium@openttd.org>2009-04-26 15:26:19 +0000
commit7dd677ced22abb688b2ed69f99faed211f3554b1 (patch)
treedf4ab2d279bb9ba905f4c04a0e80fa48cbeaa15c /src/lang/english_US.txt
parent3301afa5c3b2fe2bf24ef7ab9333df8a88334fb9 (diff)
downloadopenttd-7dd677ced22abb688b2ed69f99faed211f3554b1.tar.xz
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
Diffstat (limited to 'src/lang/english_US.txt')
-rw-r--r--src/lang/english_US.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lang/english_US.txt b/src/lang/english_US.txt
index ba67e16a5..d54b234e0 100644
--- a/src/lang/english_US.txt
+++ b/src/lang/english_US.txt
@@ -569,7 +569,7 @@ STR_MESSAGE_SOUND :{YELLOW}Play so
STR_ERROR_TOO_FAR_FROM_PREVIOUS_DESTINATION :{WHITE}...too far from previous destination
STR_HIGHSCORE_TOP_COMPANIES_WHO_REACHED :{BIGFONT}{BLACK}Top companies who reached {NUM}{}({STRING} Level)
STR_HIGHSCORE_TOP_COMPANIES_NETWORK_GAME :{BIGFONT}{BLACK}Company League Table in {NUM}
-STR_HIGHSCORE_POSITION :{BIGFONT}{COMMA}.
+STR_HIGHSCORE_POSITION :{BLACK}{BIGFONT}{COMMA}.
STR_HIGHSCORE_PERFORMANCE_TITLE_BUSINESSMAN :Businessman
STR_HIGHSCORE_PERFORMANCE_TITLE_ENTREPRENEUR :Entrepreneur
STR_HIGHSCORE_PERFORMANCE_TITLE_INDUSTRIALIST :Industrialist
@@ -2833,11 +2833,11 @@ STR_CAN_T_TIMETABLE_VEHICLE :{WHITE}Can't ti
STR_TIMETABLE_ONLY_WAIT_AT_STATIONS :{WHITE}Vehicles can only wait at stations.
STR_TIMETABLE_NOT_STOPPING_HERE :{WHITE}This vehicle is not stopping at this station.
STR_TIMETABLE_CHANGE_TIME :{BLACK}Change Time
-STR_TIMETABLE_STATUS_ON_TIME :This vehicle is currently running on time
-STR_TIMETABLE_STATUS_LATE :This vehicle is currently running {STRING} late
-STR_TIMETABLE_STATUS_EARLY :This vehicle is currently running {STRING} early
-STR_TIMETABLE_TOTAL_TIME :This timetable will take {STRING} to complete
-STR_TIMETABLE_TOTAL_TIME_INCOMPLETE :This timetable will take at least {STRING} to complete (not all timetabled)
+STR_TIMETABLE_STATUS_ON_TIME :{BLACK}This vehicle is currently running on time
+STR_TIMETABLE_STATUS_LATE :{BLACK}This vehicle is currently running {STRING} late
+STR_TIMETABLE_STATUS_EARLY :{BLACK}This vehicle is currently running {STRING} early
+STR_TIMETABLE_TOTAL_TIME :{BLACK}This timetable will take {STRING} to complete
+STR_TIMETABLE_TOTAL_TIME_INCOMPLETE :{BLACK}This timetable will take at least {STRING} to complete (not all timetabled)
STR_TIMETABLE_AUTOFILL :{BLACK}Autofill
STR_TIMETABLE_AUTOFILL_TOOLTIP :{BLACK}Fill the timetable automatically with the values from the next journey (CTRL-click to try to keep waiting times)
@@ -3547,9 +3547,9 @@ STR_AI_RESET :{BLACK}Reset
STR_AI_HUMAN_PLAYER :Human player
STR_AI_RANDOM_AI :Random AI
STR_AI_SETTINGS_CAPTION :{WHITE}AI Parameters
-STR_AI_AUTHOR :Author: {STRING}
-STR_AI_VERSION :Version: {NUM}
-STR_AI_URL :URL: {STRING}
+STR_AI_AUTHOR :{BLACK}Author: {STRING}
+STR_AI_VERSION :{BLACK}Version: {NUM}
+STR_AI_URL :{BLACK}URL: {STRING}
STR_AI_PLEASE_REPORT_CRASH :{WHITE}One of the running AIs crashed. Please report this to the AI author with a screenshot of the AI Debug Window.
########