diff options
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index 3b1a01e0..3220e420 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -496,6 +496,7 @@ int CEditor::UiDoValueSelector(void *pId, CUIRect *r, const char *pLabel, int Cu Current = Max; } } + m_pTooltip = Localize("Use left mouse button to drag and the change the value. Hold shift to be more precise."); } else if(UI()->HotItem() == pId) { @@ -505,6 +506,7 @@ int CEditor::UiDoValueSelector(void *pId, CUIRect *r, const char *pLabel, int Cu s_Value = 0; UI()->SetActiveItem(pId); } + m_pTooltip = Localize("Use left mouse button to drag and the change the value. Hold shift to be more precise."); } if(Inside) |