Author: jmorliaguet
Date: Mon Jun 26 22:56:47 2006
New Revision: 3530

Modified:
   cpsskins/branches/paris-sprint-2006/locations/interfaces.py

Log:

- 'there' is better than 'here'



Modified: cpsskins/branches/paris-sprint-2006/locations/interfaces.py
==============================================================================
--- cpsskins/branches/paris-sprint-2006/locations/interfaces.py (original)
+++ cpsskins/branches/paris-sprint-2006/locations/interfaces.py Mon Jun 26 
22:56:47 2006
@@ -59,8 +59,8 @@
     """
     return SimpleVocabulary(
         [SimpleTerm(value, token, title) for value, token, title in (
-            ((0, 0), u'0-0', _(u"here and in all sub-folders")),
-            ((0, 1), u'0-1', _(u"only here")),
+            ((0, 0), u'0-0', _(u"there and in all sub-folders")),
+            ((0, 1), u'0-1', _(u"only there")),
             ((1, 0), u'1-0', _(u"in all sub-folders")),
         )])
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to