mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2026-02-25 02:34:39 +03:00
Recommend imperative form for tooltip texts in Editor style guide
This follows what the editor has been doing in recent years.
This commit is contained in:
@@ -94,7 +94,7 @@ Control-based node in question. If the tooltip is particularly long (more than
|
||||
~80 characters), wrap it over several lines by adding line breaks using ``\n``.
|
||||
|
||||
Tooltips should follow the writing style described above. In addition to this,
|
||||
use indicative mood instead of imperative mood:
|
||||
use imperative mood instead of indicative mood:
|
||||
|
||||
- **Good:** *Computes global illumination for the selected GIProbe.*
|
||||
- **Bad:** *Compute global illumination for the selected GIProbe.*
|
||||
- **Good:** *Compute global illumination for the selected VoxelGI node.*
|
||||
- **Bad:** *Computes global illumination for the selected VoxelGI node.*
|
||||
|
||||
Reference in New Issue
Block a user