This commit is contained in:
Kovid Goyal 2014-11-26 18:54:56 +05:30
parent 0b7956cbdc
commit 7a65bafac7

View File

@ -263,7 +263,7 @@ class BasicRecipe(QWidget): # {{{
self.hm = hm = QLabel(_( self.hm = hm = QLabel(_(
'Create a basic news recipe, by adding RSS feeds to it.\n' 'Create a basic news recipe, by adding RSS feeds to it.\n'
'For some news sources, you will have to use the "Switch to advanced mode"' 'For some news sources, you will have to use the "Switch to advanced mode" '
'button below to further customize the fetch process.')) 'button below to further customize the fetch process.'))
hm.setWordWrap(True) hm.setWordWrap(True)
l.addRow(hm) l.addRow(hm)