diff idavoll/backend.py @ 181:0d4474051eeb

Typos
author Ralph Meijer <ralphm@ik.nu>
date Thu, 10 Apr 2008 14:37:43 +0000
parents fc687620599b
children c21b986cff30
line wrap: on
line diff
--- a/idavoll/backend.py	Thu Apr 10 14:33:50 2008 +0000
+++ b/idavoll/backend.py	Thu Apr 10 14:37:43 2008 +0000
@@ -37,8 +37,12 @@
                    "label": "Deliver payloads with event notifications"},
                "pubsub#send_last_published_item":
                   {"type": "list-single",
-                   "label": "When to send the last published item',
-                   "options": {'never', 'on_sub'},
+                   "label": "When to send the last published item",
+                   "options": {
+                       "never": "Never",
+                       "on_sub": "When a new subscription is processed",
+                       }
+                  },
               }
 
     default_config = {"pubsub#persist_items": True,