mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 03:34:33 +01:00
Fix #1928006 [subtlepatterns has changed URL](https://bugs.launchpad.net/calibre/+bug/1928006)
This commit is contained in:
parent
aaa60d85ba
commit
5cb5c5d0c9
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ def __init__(self, parent=None, initial=None):
|
|||
il.itemSelectionChanged.connect(self.update_remove_state)
|
||||
l.addWidget(il)
|
||||
|
||||
self.ad = ad = QLabel(_('The builtin textures come from <a href="https://subtlepatterns.com">subtlepatterns.com</a>.'))
|
||||
self.ad = ad = QLabel(_('The builtin textures come from <a href="{}">subtlepatterns.com</a>.').format(
|
||||
'https://www.toptal.com/designers/subtlepatterns/'))
|
||||
ad.setOpenExternalLinks(True)
|
||||
ad.setWordWrap(True)
|
||||
l.addWidget(ad)
|
||||
|
|
|
|||
Loading…
Reference in a new issue