diff options
-rwxr-xr-x | git-bz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1895,7 +1895,7 @@ def edit_bug(bug, applied_commits=None, fix_commits=None): if mark_resolved: template.write("# Comment to keep bug open\n") elif bug.bug_status == "RESOLVED": - template.write("# Uncommment and edit to change resolution\n") + template.write("# Uncomment and edit to change resolution\n") else: template.write("# Uncomment to resolve bug\n") legal_resolutions = bug.server.legal_values('resolution') |