diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2005-03-18 01:07:20 +0000 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2005-03-18 01:07:20 +0000 |
commit | 7e86673712ea210d7860d9b182a83c023077281e (patch) | |
tree | c4c66a43a8e29ec6e141956143da63f297f2b3da /libbe | |
parent | e2f0f3baf0a2dfb4c3c7b2bc36cded24beeca2ab (diff) | |
download | bugseverywhere-7e86673712ea210d7860d9b182a83c023077281e.tar.gz |
Corrected capitalization of target
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/cmdutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |