Adding entities gui.yes and gui.ok
Martin Heinen
martin at sumuk.de
Wed Aug 4 12:40:39 UTC 2004
I would like to introduce two new entities, "gui.yes"
and "gui.no" (see the attached patch), and replace
about forty instances of Yes/No buttons in install/chapter.sgml.
This will reduce unpleasant line breaks especially
in the upcoming German translation of the
installation chapter.
Objections to doing this?
--
Marxpitn
-------------- next part --------------
Index: freebsd.ent
===================================================================
RCS file: /u/cvs/doc/share/sgml/freebsd.ent,v
retrieving revision 1.60
diff -u -r1.60 freebsd.ent
--- freebsd.ent 25 Jul 2004 11:30:53 -0000 1.60
+++ freebsd.ent 3 Aug 2004 13:05:36 -0000
@@ -56,3 +56,5 @@
<!-- GUI-buttons -->
<!ENTITY gui.ok "<guibutton>[ OK ]</guibutton>">
<!ENTITY gui.cancel "<guibutton>[ Cancel ]</guibutton>">
+<!ENTITY gui.yes "<guibutton>[ Yes ]</guibutton>">
+<!ENTITY gui.no "<guibutton>[ No ]</guibutton>">
More information about the freebsd-doc
mailing list