mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
Modify newlines in Editor Spin Slider tooltip
Makes both key suggestions easier to read. (cherry picked from commit a2ba189fef5d7e8b0278c8de3802fb925097befa)
This commit is contained in:
parent
4673ebaf90
commit
7f3a0cbd0a
@ -64,7 +64,7 @@ String EditorSpinSlider::get_tooltip(const Point2 &p_pos) const {
|
||||
#else
|
||||
const int key = KEY_CONTROL;
|
||||
#endif
|
||||
return rtos(get_value()) + "\n\n" + vformat(TTR("Hold %s to round to integers. Hold Shift for more precise changes."), find_keycode_name(key));
|
||||
return rtos(get_value()) + "\n\n" + vformat(TTR("Hold %s to round to integers.\nHold Shift for more precise changes."), find_keycode_name(key));
|
||||
}
|
||||
return rtos(get_value());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user