| Index: appengine/findit/model/suspected_cl_status.py
|
| diff --git a/appengine/findit/model/suspected_cl_status.py b/appengine/findit/model/suspected_cl_status.py
|
| index a0dbc7c34b32994b99cc5e084752feb91ba107d2..c897e031a50322de29f889021307e4bfb2d13079 100644
|
| --- a/appengine/findit/model/suspected_cl_status.py
|
| +++ b/appengine/findit/model/suspected_cl_status.py
|
| @@ -10,9 +10,9 @@ PARTIALLY_CORRECT = 2
|
| PARTIALLY_TRIAGED = 3
|
|
|
|
|
| -RESULT_STATUS_TO_DESCRIPTION = {
|
| +CL_STATUS_TO_DESCRIPTION = {
|
| CORRECT: 'Correct',
|
| INCORRECT: 'Incorrect',
|
| PARTIALLY_CORRECT: 'Partially Correct',
|
| - PARTIALLY_TRIAGED: 'Partially triaged'
|
| + PARTIALLY_TRIAGED: 'Partially Triaged'
|
| }
|
|
|