From 46ed78b8928d40bcd76d331a6cc82380749a2bc7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 19 Sep 2013 10:35:45 +0530 Subject: [PATCH] ... --- src/calibre/utils/fonts/free_type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/fonts/free_type.py b/src/calibre/utils/fonts/free_type.py index 980bff0f7c..b5059ea19b 100644 --- a/src/calibre/utils/fonts/free_type.py +++ b/src/calibre/utils/fonts/free_type.py @@ -17,7 +17,7 @@ class ThreadingViolation(Exception): def __init__(self): Exception.__init__(self, - 'You cannot use the MTP driver from a thread other than the ' + 'You cannot use the freetype plugin from a thread other than the ' ' thread in which startup() was called') def same_thread(func):