diff options
| author | oy <Tom_Adams@web.de> | 2010-08-16 01:29:11 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-16 01:29:11 +0200 |
| commit | 4c2dcc4f2b5f061a1d75aa2aa0b316c4b86bc1d8 (patch) | |
| tree | c0b24f13f675fe782fe161033cb69cd42f1f776d /src/game/editor/ed_popups.cpp | |
| parent | 5922cbb56d17e9bff2a160c141c069a6004b7940 (diff) | |
| download | zcatch-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.cpp | 2 |
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}, }; |