aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2005-03-18 01:07:20 +0000
committerAaron Bentley <aaron.bentley@utoronto.ca>2005-03-18 01:07:20 +0000
commit7e86673712ea210d7860d9b182a83c023077281e (patch)
treec4c66a43a8e29ec6e141956143da63f297f2b3da /libbe
parente2f0f3baf0a2dfb4c3c7b2bc36cded24beeca2ab (diff)
downloadbugseverywhere-7e86673712ea210d7860d9b182a83c023077281e.tar.gz
Corrected capitalization of target
Diffstat (limited to 'libbe')
-rw-r--r--libbe/cmdutil.py2
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: