projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fe20e
)
cfbe: typo: Unschdeuled -> Unscheduled
author
Chris Ball
<cjb@laptop.org>
Mon, 6 Sep 2010 22:26:59 +0000
(18:26 -0400)
committer
Chris Ball
<cjb@laptop.org>
Tue, 7 Sep 2010 15:00:56 +0000
(11:00 -0400)
interfaces/web/web.py
patch
|
blob
|
history
diff --git
a/interfaces/web/web.py
b/interfaces/web/web.py
index 77c3c09d046f8ad2ab04efcd05b04bafd0eaffa0..4d922e2176cb24ca50507e71c7af6a347932967d 100644
(file)
--- a/
interfaces/web/web.py
+++ b/
interfaces/web/web.py
@@
-100,7
+100,7
@@
class WebInterface:
label += ' Currently Unassigned' if assignee == 'None' \
else ' Assigned to %s' % (assignee,)
if target != '':
- label += ' Currently Unsch
de
uled' if target == 'None' \
+ label += ' Currently Unsch
ed
uled' if target == 'None' \
else ' Scheduled for %s' % (target,)
bugs = self.filter_bugs(status, assignee, target)