From 0e3c23bae42eb12c59589396e66c0573cbd8ae90 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 28 Jul 2009 23:26:05 +0900 Subject: [PATCH] reps>repetitions --- ankiqt/ui/graphs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/graphs.py b/ankiqt/ui/graphs.py index 66062c0cf..1d94b1052 100644 --- a/ankiqt/ui/graphs.py +++ b/ankiqt/ui/graphs.py @@ -151,7 +151,7 @@ class GraphWindow(object): 'added': _("Added"), 'answered': _("First Answered"), 'eases': _("Eases"), - 'reps': _("Reps"), + 'reps': _("Repetitions"), 'times': _("Review Time"), }