diff options
author | rubidium <rubidium@openttd.org> | 2009-02-11 01:46:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-11 01:46:09 +0000 |
commit | 7043f48078d0ff270d4693126413bf638a9c3f11 (patch) | |
tree | a90e9bd8172dca5caf21c26e483c667668b8ddcb /src/lang/german.txt | |
parent | 426857bc72ec25384cffb26a4f987a9de5cfa140 (diff) | |
download | openttd-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/german.txt')
-rw-r--r-- | src/lang/german.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lang/german.txt b/src/lang/german.txt index 0f63ee09b..276077e93 100644 --- a/src/lang/german.txt +++ b/src/lang/german.txt @@ -1635,13 +1635,13 @@ STR_NETWORK_NAME_CHANGE :*** {STRING} ha STR_NETWORK_GIVE_MONEY :*** {STRING} gab Ihrem Unternehmen {2:CURRENCY} STR_NETWORK_GAVE_MONEY_AWAY :*** Sie gaben {1:STRING} {2:CURRENCY} STR_NETWORK_CHAT_COMPANY_CAPTION :[Team] : -STR_NETWORK_CHAT_COMPANY :[Team] {STRING}: {GRAY}{STRING} -STR_NETWORK_CHAT_TO_COMPANY :[Team] an {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_COMPANY :[Team] {STRING}: {WHITE}{STRING} +STR_NETWORK_CHAT_TO_COMPANY :[Team] an {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_CLIENT_CAPTION :[Privat] : -STR_NETWORK_CHAT_CLIENT :[Privat] {STRING}: {GRAY}{STRING} -STR_NETWORK_CHAT_TO_CLIENT :[Privat] an {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_CLIENT :[Privat] {STRING}: {WHITE}{STRING} +STR_NETWORK_CHAT_TO_CLIENT :[Privat] an {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_ALL_CAPTION :[Alle] : -STR_NETWORK_CHAT_ALL :[Alle] {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_ALL :[Alle] {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_OSKTITLE :{BLACK}Chattext eingeben STR_NETWORK_SERVER_SHUTDOWN :{WHITE}Der Server hat das Spiel beendet STR_NETWORK_SERVER_REBOOT :{WHITE}Der Server startet neu...{}Bitte warten... |