aboutsummaryrefslogtreecommitdiffstats
path: root/bug/snapshot.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/snapshot.go')
-rw-r--r--bug/snapshot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/snapshot.go b/bug/snapshot.go
index 53a010bb..41d96aa2 100644
--- a/bug/snapshot.go
+++ b/bug/snapshot.go
@@ -25,7 +25,7 @@ func (snap Snapshot) HumanId() string {
}
func (snap Snapshot) Summary() string {
- return fmt.Sprintf("c:%d l:%d %s",
+ return fmt.Sprintf("C:%d L:%d %s",
len(snap.Comments)-1,
len(snap.Labels),
snap.LastEdit().Format(time.RFC822),