Fix help text

This commit is contained in:
Charles Haley 2011-05-29 21:28:27 +01:00
parent cc288ff4ca
commit b8e12adf64

View File

@ -167,11 +167,10 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
'<a href="http://manual.calibre-ebook.com/template_lang.html">' '<a href="http://manual.calibre-ebook.com/template_lang.html">'
'tutorial</a> on using templates.') + 'tutorial</a> on using templates.') +
'</p><p>' + '</p><p>' +
_('If you want to color a field based on tags, then click the ' _('If you want to color a field based on contents of columns, '
'button next to an empty line to open the tags wizard. ' 'then click the button next to an empty line to open the wizard. '
'It will build a template for you. You can later edit that ' 'It will build a template for you. You can later edit that '
'template with the same wizard. If you edit it by hand, the ' 'template with the same wizard.') +
'wizard might not work or might restore old values.') +
'</p><p>' + '</p><p>' +
_('The template must evaluate to one of the color names shown ' _('The template must evaluate to one of the color names shown '
'below. You can use any legal template expression. ' 'below. You can use any legal template expression. '