From a215f62d087ed4a98397d1a6e6d936197cf7b133 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 8 Aug 2012 10:04:35 +0530 Subject: [PATCH] ... --- src/calibre/gui2/preferences/coloring.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/coloring.py b/src/calibre/gui2/preferences/coloring.py index df9190a1fb..831e658b59 100644 --- a/src/calibre/gui2/preferences/coloring.py +++ b/src/calibre/gui2/preferences/coloring.py @@ -218,7 +218,9 @@ class ConditionEditor(QWidget): # {{{ 'identifier type and value of the form identifier:value') elif col == 'languages': tt = _('Enter a 3 letter ISO language code, like fra for French' - ' or deu for German or eng for English') + ' or deu for German or eng for English. You can also use' + ' the full language name, in which case calibre will try to' + ' automatically convert it to the language code.') elif dt in ('int', 'float', 'rating'): tt = _('Enter a number') v = QIntValidator if dt == 'int' else QDoubleValidator