[CalendarServer-changes] [8358] CalendarServer/trunk/calendarserver/tools/shell.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 30 14:59:29 PST 2011


Revision: 8358
          http://trac.macosforge.org/projects/calendarserver/changeset/8358
Author:   wsanchez at apple.com
Date:     2011-11-30 14:59:28 -0800 (Wed, 30 Nov 2011)
Log Message:
-----------
nit

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell.py

Modified: CalendarServer/trunk/calendarserver/tools/shell.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell.py	2011-11-30 19:04:29 UTC (rev 8357)
+++ CalendarServer/trunk/calendarserver/tools/shell.py	2011-11-30 22:59:28 UTC (rev 8358)
@@ -764,7 +764,7 @@
 
         result = []
 
-        result.append("Calendar object (%s) for UID: %s" % (componentType, uid))
+        result.append("Calendar object (%s) with UID: %s" % (componentType, uid))
         result.append("Summary: %s" % (summary,))
 
         #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111130/08e24ae0/attachment-0001.html>


More information about the calendarserver-changes mailing list