summaryrefslogtreecommitdiff
path: root/src/lang/swedish.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-11 01:46:09 +0000
committerrubidium <rubidium@openttd.org>2009-02-11 01:46:09 +0000
commit7043f48078d0ff270d4693126413bf638a9c3f11 (patch)
treea90e9bd8172dca5caf21c26e483c667668b8ddcb /src/lang/swedish.txt
parent426857bc72ec25384cffb26a4f987a9de5cfa140 (diff)
downloadopenttd-7043f48078d0ff270d4693126413bf638a9c3f11.tar.xz
(svn r15444) -Fix (r15425): the chat messages gone gray. That gray colour was technically right. The string contained {GRAY}, but due to a latent bug (accidentally fixed in r15425) in the string drawing routing the gray would be interpreted as use palette colour 14, which is a white.
Diffstat (limited to 'src/lang/swedish.txt')
-rw-r--r--src/lang/swedish.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lang/swedish.txt b/src/lang/swedish.txt
index 21f51c7bc..c56d93c0c 100644
--- a/src/lang/swedish.txt
+++ b/src/lang/swedish.txt
@@ -1548,13 +1548,13 @@ STR_NETWORK_ERR_CLIENT_CHEATER :försökte fusk
STR_NETWORK_ERR_CLIENT_SERVER_FULL :servern är full
############ End of leave-in-this-order
STR_NETWORK_CHAT_COMPANY_CAPTION :[Företaget] :
-STR_NETWORK_CHAT_COMPANY :[Företaget] {STRING}: {GRAY}{STRING}
-STR_NETWORK_CHAT_TO_COMPANY :[Företaget] Till {STRING}: {GRAY}{STRING}
+STR_NETWORK_CHAT_COMPANY :[Företaget] {STRING}: {WHITE}{STRING}
+STR_NETWORK_CHAT_TO_COMPANY :[Företaget] Till {STRING}: {WHITE}{STRING}
STR_NETWORK_CHAT_CLIENT_CAPTION :[Privat] :
-STR_NETWORK_CHAT_CLIENT :[Privat] {STRING}: {GRAY}{STRING}
-STR_NETWORK_CHAT_TO_CLIENT :[Privat] Till {STRING}: {GRAY}{STRING}
+STR_NETWORK_CHAT_CLIENT :[Privat] {STRING}: {WHITE}{STRING}
+STR_NETWORK_CHAT_TO_CLIENT :[Privat] Till {STRING}: {WHITE}{STRING}
STR_NETWORK_CHAT_ALL_CAPTION :[Alla] :
-STR_NETWORK_CHAT_ALL :[Alla] {STRING}: {GRAY}{STRING}
+STR_NETWORK_CHAT_ALL :[Alla] {STRING}: {WHITE}{STRING}
STR_NETWORK_CHAT_OSKTITLE :{BLACK}Mata in text för nätverkschat
STR_NETWORK_SERVER_SHUTDOWN :{WHITE} Servern avslutade sessionen
STR_NETWORK_SERVER_REBOOT :{WHITE} Servern startar om...{}Var vänlig vänta...