From 5239eee6acbc05ce87214216f11021d8cf1f519e Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 11 Feb 2009 01:46:09 +0000 Subject: (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. --- src/lang/romanian.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lang/romanian.txt') diff --git a/src/lang/romanian.txt b/src/lang/romanian.txt index 8f2d3ffc8..44ae38540 100644 --- a/src/lang/romanian.txt +++ b/src/lang/romanian.txt @@ -1633,13 +1633,13 @@ STR_NETWORK_NAME_CHANGE :*** {STRING} ş STR_NETWORK_GIVE_MONEY :*** {STRING} a dat companiei tale {2:CURRENCY} STR_NETWORK_GAVE_MONEY_AWAY :*** Ai dat {1:STRING} {2:CURRENCY} STR_NETWORK_CHAT_COMPANY_CAPTION :[Team] : -STR_NETWORK_CHAT_COMPANY :[Team] {STRING}: {GRAY}{STRING} -STR_NETWORK_CHAT_TO_COMPANY :[Team] To {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_COMPANY :[Team] {STRING}: {WHITE}{STRING} +STR_NETWORK_CHAT_TO_COMPANY :[Team] To {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_CLIENT_CAPTION :[Private] : -STR_NETWORK_CHAT_CLIENT :[Private] {STRING}: {GRAY}{STRING} -STR_NETWORK_CHAT_TO_CLIENT :[Private] pentru {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_CLIENT :[Private] {STRING}: {WHITE}{STRING} +STR_NETWORK_CHAT_TO_CLIENT :[Private] pentru {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_ALL_CAPTION :[All] : -STR_NETWORK_CHAT_ALL :[All] {STRING}: {GRAY}{STRING} +STR_NETWORK_CHAT_ALL :[All] {STRING}: {WHITE}{STRING} STR_NETWORK_CHAT_OSKTITLE :{BLACK}Introdu textul pentru chat in retea STR_NETWORK_SERVER_SHUTDOWN :{WHITE}Serverul a inchis conexiunea STR_NETWORK_SERVER_REBOOT :{WHITE}Serverul este repornit...{}Va rugam asteptati... -- cgit v1.2.3-54-g00ecf