diff options
| author | Fujnky <larsfunke1996@gmail.com> | 2010-06-05 23:37:50 +0200 |
|---|---|---|
| committer | Fujnky <larsfunke1996@gmail.com> | 2010-06-05 23:37:50 +0200 |
| commit | 34bd0a09b7b57fb83f7cc44ea880387538102bf4 (patch) | |
| tree | 8ace266489fd5bb2e144e2117230080332996cc6 /src/game/editor | |
| parent | bf68f803e3f0cdf529b454da63d3e86a9237598a (diff) | |
| download | zcatch-34bd0a09b7b57fb83f7cc44ea880387538102bf4.tar.gz zcatch-34bd0a09b7b57fb83f7cc44ea880387538102bf4.zip | |
minor typo fix
Diffstat (limited to 'src/game/editor')
| -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 d442fd7f..5e833ba6 100644 --- a/src/game/editor/ed_popups.cpp +++ b/src/game/editor/ed_popups.cpp @@ -180,7 +180,7 @@ int CEditor::PopupLayer(CEditor *pEditor, CUIRect View) // don't allow deletion of game layer if(pEditor->m_Map.m_pGameLayer != pEditor->GetSelectedLayer(0) && - pEditor->DoButton_Editor(&s_DeleteButton, Localize("Delete Layer"), 0, &Button, 0, Localize("Deletes the layer"))) + pEditor->DoButton_Editor(&s_DeleteButton, Localize("Delete layer"), 0, &Button, 0, Localize("Deletes the layer"))) { pEditor->m_Map.m_lGroups[pEditor->m_SelectedGroup]->DeleteLayer(pEditor->m_SelectedLayer); return 1; |