From: Aaron Bentley Date: Fri, 18 Mar 2005 01:07:20 +0000 (+0000) Subject: Corrected capitalization of target X-Git-Tag: 1.0.0~346 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e86673712ea210d7860d9b182a83c023077281e;p=be.git Corrected capitalization of target --- diff --git a/libbe/cmdutil.py b/libbe/cmdutil.py index 7b25e35..78b7571 100644 --- a/libbe/cmdutil.py +++ b/libbe/cmdutil.py @@ -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: