Skip to content

Commit f9ed70d

Browse files
committed
Changed lock movement hotkey text to be more clear.
1 parent 4822d5b commit f9ed70d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TheForceEngine/TFE_Editor/LevelEditor/hotkeys.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ namespace LevelEditor
209209
"Delete selection", // SHORTCUT_DELETE
210210
"Copy selection", // SHORTCUT_COPY
211211
"Paste from clipboard at cursor", // SHORTCUT_PASTE
212-
"Lock movement to X-Axis", // SHORTCUT_MOVE_X
213-
"Lock movement to Y-Axis", // SHORTCUT_MOVE_Y
214-
"Lock movement to Z-Axis", // SHORTCUT_MOVE_Z
212+
"Lock movement to X-Axis (sector, wall, vertex, object)",// SHORTCUT_MOVE_X
213+
"Lock movement to Y-Axis (sector, wall, vertex, object)",// SHORTCUT_MOVE_Y
214+
"Lock movement to Z-Axis (sector, wall, vertex, object)",// SHORTCUT_MOVE_Z
215215
"Lock movement to wall normal", // SHORTCUT_MOVE_NORMAL
216216
"Move object to sector floor", // SHORTCUT_MOVE_TO_FLOOR
217217
"Move object to sector ceiling", // SHORTCUT_MOVE_TO_CEIL

0 commit comments

Comments
 (0)