UI: Fix and improve a few messages
commitabc0bf814fb28b336fb8d6c812d8eff12799bbd8
authorDamien Picard <dam.pic@free.fr>
Mon, 15 Apr 2024 18:02:38 +0000 (15 20:02 +0200)
committerHans Goudey <hooglyboogly@noreply.localhost>
Mon, 15 Apr 2024 18:02:38 +0000 (15 20:02 +0200)
tree5d3c636194bf8a66c3061ec6ab9f018063f51ce1
parentaddb02f2396cddc1a52c80ff17992f30e35c1464
UI: Fix and improve a few messages

- "Log Encoding with Chroma inset and rotation": add "of primaries" in
  the description of the AgX Log color space to better explain the
  operation, based on wording in !106355.
- Remove a few double spaces.
- Make Line Art title case everywhere, to convey it's the system /
  brand / product name and not the generic concept.
- "Copy Absolute coordinates or Normal vector" -> "of Normal Vector":
typo.
- "Makes a link between selected output in input sockets" ->
  "Make...", "output and input": typo.
- "Purge Unused Data From This File" -> "from this": title case as per
  HIGs.
- GPencil -> Grease Pencil: no reason to use an abbreviation here.
- "Around Current Frame" -> "Around Frame": actual name of the
  onion-skinning method.
- "... (layer height for layer tool, i.e.)" -> "(i.e. the layer height
  for the layer tool)": put "i.e." at the start of the sentence.
- Expand description of toe-in stereo camera option.
- "Children collections their parent-collection-specific settings" ->
  "Children collections with their...": typo.
- "Generate vertex weights base on..." -> "based on" : typo, lower
  case.
- Expand description of GP modifier properties, based on their mesh
  counterparts.
- "AEnvelope" -> "Envelope": typo.
- "Falloff type the feather" -> "of the feather": typo.
- "usually make transition as long as effect strip": rephrase.
- "When disabled a users extensions directory is created" -> "a
  user's": typo.
- "successfull" -> "successful": typo.
- "Remove all attributes... a single wildcard (*).": remove trailing
  ".".
- "..., use "Save Preferences."": remove trailing ".".

Some issues reported by Marina Veselkova and Tamar Mebonia.

Pull Request: https://projects.blender.org/blender/blender/pulls/120649
31 files changed:
release/datafiles/colormanagement/config.ocio
source/blender/blenloader/intern/readfile.cc
source/blender/editors/io/io_collada.cc
source/blender/editors/mesh/editmesh_tools.cc
source/blender/editors/object/object_add.cc
source/blender/editors/space_image/image_buttons.cc
source/blender/editors/space_node/node_relationships.cc
source/blender/editors/space_outliner/outliner_edit.cc
source/blender/gpencil_modifiers_legacy/intern/MOD_gpencil_legacy_lineart.cc
source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_ops.cc
source/blender/io/usd/intern/usd_asset_utils.cc
source/blender/io/usd/intern/usd_hook.cc
source/blender/io/usd/intern/usd_skel_convert.cc
source/blender/makesrna/intern/rna_animviz.cc
source/blender/makesrna/intern/rna_brush.cc
source/blender/makesrna/intern/rna_camera.cc
source/blender/makesrna/intern/rna_collection.cc
source/blender/makesrna/intern/rna_gpencil_legacy_modifier.cc
source/blender/makesrna/intern/rna_mask.cc
source/blender/makesrna/intern/rna_material.cc
source/blender/makesrna/intern/rna_modifier.cc
source/blender/makesrna/intern/rna_nodetree.cc
source/blender/makesrna/intern/rna_object.cc
source/blender/makesrna/intern/rna_sculpt_paint.cc
source/blender/makesrna/intern/rna_sequencer.cc
source/blender/makesrna/intern/rna_userdef.cc
source/blender/modifiers/intern/MOD_lineart.cc
source/blender/nodes/geometry/nodes/node_geo_proximity.cc
source/blender/nodes/geometry/nodes/node_geo_remove_attribute.cc
source/blender/nodes/geometry/nodes/node_geo_sample_nearest_surface.cc
source/blender/windowmanager/intern/wm_files.cc