about summary refs log tree commit diff
path: root/src/game/editor/ed_popups.cpp
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-08-16 01:29:11 +0200
committeroy <Tom_Adams@web.de>2010-08-16 01:29:11 +0200
commit4c2dcc4f2b5f061a1d75aa2aa0b316c4b86bc1d8 (patch)
treec0b24f13f675fe782fe161033cb69cd42f1f776d /src/game/editor/ed_popups.cpp
parent5922cbb56d17e9bff2a160c141c069a6004b7940 (diff)
downloadzcatch-4c2dcc4f2b5f061a1d75aa2aa0b316c4b86bc1d8.tar.gz
zcatch-4c2dcc4f2b5f061a1d75aa2aa0b316c4b86bc1d8.zip
added localisation fixes and map editor tool tips by sworddragon
Diffstat (limited to 'src/game/editor/ed_popups.cpp')
-rw-r--r--src/game/editor/ed_popups.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_popups.cpp b/src/game/editor/ed_popups.cpp
index 18351d7a..8152c67c 100644
--- a/src/game/editor/ed_popups.cpp
+++ b/src/game/editor/ed_popups.cpp
@@ -346,7 +346,7 @@ int CEditor::PopupPoint(CEditor *pEditor, CUIRect View)
 	
 	
 	CProperty aProps[] = {
-		{"Color", Color, PROPTYPE_COLOR, -1, pEditor->m_Map.m_lEnvelopes.size()},
+		{Localize("Color"), Color, PROPTYPE_COLOR, -1, pEditor->m_Map.m_lEnvelopes.size()},
 		{0},
 	};