cwconfig.py
changeset 8114 8311cc3b472a
parent 8049 a48301a44b50
child 8119 29cdde6bb9ef
--- a/cwconfig.py	Thu Dec 08 13:16:10 2011 +0100
+++ b/cwconfig.py	Thu Dec 08 13:17:25 2011 +0100
@@ -255,19 +255,19 @@
     ('date-format',
      {'type' : 'string',
       'default': '%Y/%m/%d',
-      'help': _('how to format date in the ui ("man strftime" for format description)'),
+      'help': _('how to format date in the ui (see <a href="http://docs.python.org/library/datetime.html#strftime-strptime-behavior">this page</a> for format description)'),
       'group': 'ui',
       }),
     ('datetime-format',
      {'type' : 'string',
       'default': '%Y/%m/%d %H:%M',
-      'help': _('how to format date and time in the ui ("man strftime" for format description)'),
+      'help': _('how to format date and time in the ui (see <a href="http://docs.python.org/library/datetime.html#strftime-strptime-behavior">this page</a> for format description)'),
       'group': 'ui',
       }),
     ('time-format',
      {'type' : 'string',
       'default': '%H:%M',
-      'help': _('how to format time in the ui ("man strftime" for format description)'),
+      'help': _('how to format time in the ui (see <a href="http://docs.python.org/library/datetime.html#strftime-strptime-behavior">this page</a> for format description)'),
       'group': 'ui',
       }),
     ('float-format',