Documentation/guidelines/UIpolicies.txt should not speak of the unspeakable use of <> in quoted strings.

This commit is contained in:
Dick Hollenbeck 2013-12-07 22:49:44 -06:00
parent 7d58d82656
commit 2f327f068d
1 changed files with 6 additions and 4 deletions

View File

@ -74,10 +74,12 @@ Dialogs:
size should the user have selected a font size of 13 points.
Quoting:
Filenames and paths should be emphasized with <> angle brackets. Anything
else should be emphasized with single quotes ''. e.g.:
<filename.kicad_pcb>
<longpath/subdir>
Filenames, paths or other text should be with single quotes ''. e.g.:
'filename.kicad_pcb'
'longpath/subdir'
'FOOTPRINTNAME'
'anything else'
Often text strings like this end up in panels which use HTML rendering, and this
can happen in the future. Previously used angle brackets only cause grief there.