Corrected capitalization of target
authorAaron Bentley <aaron.bentley@utoronto.ca>
Fri, 18 Mar 2005 01:07:20 +0000 (01:07 +0000)
committerAaron Bentley <aaron.bentley@utoronto.ca>
Fri, 18 Mar 2005 01:07:20 +0000 (01:07 +0000)
libbe/cmdutil.py

index 7b25e353fc19f6ed2b55730a999849636952e8ff..78b75719d3ecb9a7dba24da9166643fbd95683b1 100644 (file)
@@ -45,7 +45,7 @@ def bug_summary(bug, bugs):
     if target is None:
         target = ""
     else:
-        target = "  target: %s" % target
+        target = "  Target: %s" % target
     if bug.assigned is None:
         assigned = ""
     else: