diff --git a/excuse.py b/excuse.py
index 100e599..3f84682 100644
--- a/excuse.py
+++ b/excuse.py
@@ -22,7 +22,7 @@ EXCUSES_LABELS = {
"ALWAYSFAIL": 'Always failed',
"REGRESSION": 'Regression',
"RUNNING": 'Test in progress',
- "RUNNING-NEVERPASSED": 'Test in progress (never passed)',
+ "RUNNING-NEVERPASSED": 'Test in progress (always failed)',
}