diff --git a/Documentation/guidelines/UIpolicies.txt b/Documentation/guidelines/UIpolicies.txt index 7d80c6197e..98a2c180c8 100644 --- a/Documentation/guidelines/UIpolicies.txt +++ b/Documentation/guidelines/UIpolicies.txt @@ -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.: - - + 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. +