mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-14 15:25:17 +00:00
Mention what double clicking does in the curve's tool tooltip
This commit is contained in:
parent
42a00fd91a
commit
66b3aa950f
2 changed files with 2 additions and 3 deletions
|
@ -384,9 +384,6 @@ msgstr ""
|
|||
msgid "Are you sure you want to delete this layout?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Auto"
|
||||
msgstr ""
|
||||
|
||||
msgid "Widescreen"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1568,6 +1565,7 @@ msgid "Curve Tool\n\n"
|
|||
"%s for right mouse button\n\n"
|
||||
"Draws bezier curves\n"
|
||||
"Press %s/%s to add new points\n"
|
||||
"Double-click to finish drawing the curve\n"
|
||||
"Press and drag to control the curvature\n"
|
||||
"Press %s to remove the last added point"
|
||||
msgstr ""
|
||||
|
|
|
@ -187,6 +187,7 @@ Hold %s to displace the shape's origin""",
|
|||
[Global.LayerTypes.PIXEL, Global.LayerTypes.TILEMAP],
|
||||
"""Draws bezier curves
|
||||
Press %s/%s to add new points
|
||||
Double-click to finish drawing the curve
|
||||
Press and drag to control the curvature
|
||||
Press %s to remove the last added point""",
|
||||
["activate_left_tool", "activate_right_tool", "change_tool_mode"]
|
||||
|
|
Loading…
Add table
Reference in a new issue