Removed a new string.

This commit is contained in:
Fabian Müller 2010-02-22 18:49:49 +00:00
parent 1a40f20049
commit ad78d1b18c

View File

@ -121,10 +121,6 @@ const struct {
{ hotkey::HOTKEY_EDITOR_TOOL_SELECT, "editor-tool-select", N_("Selection Tool"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_TOOL_STARTING_POSITION, "editor-tool-starting-position",
N_("Set Starting Positions Tool"), false, hotkey::SCOPE_EDITOR },
#ifdef EXPERIMENTAL
{ hotkey::HOTKEY_EDITOR_TOOL_LABEL, "editor-tool-map-label",
N_("Set Map Label Tool"), false, hotkey::SCOPE_EDITOR },
#endif
{ hotkey::HOTKEY_EDITOR_BRUSH_NEXT, "editor-brush-next", N_("Next Brush"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_BRUSH_DEFAULT, "editor-brush-default", N_("Default Brush"), false, hotkey::SCOPE_EDITOR },
{ hotkey::HOTKEY_EDITOR_CUT, "editor-cut", N_("Cut"), false, hotkey::SCOPE_EDITOR },