Update of /cvsroot/docstring/dps/dps/languages
In directory usw-pr-cvs1:/tmp/cvs-serv28138/dps/dps/languages
Modified Files:
en.py
Log Message:
- Added label for "contents".
Index: en.py
===================================================================
RCS file: /cvsroot/docstring/dps/dps/languages/en.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** en.py 4 Mar 2002 04:47:52 -0000 1.9
--- en.py 16 Mar 2002 06:09:23 -0000 1.10
***************
*** 40,44 ****
'tip': 'Tip',
'warning': 'Warning',
! }
"""Mapping of node class name to label text."""
--- 40,44 ----
'tip': 'Tip',
'warning': 'Warning',
! 'contents': 'Contents'}
"""Mapping of node class name to label text."""
|