mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1928006 [subtlepatterns has changed URL](https://bugs.launchpad.net/calibre/+bug/1928006)
This commit is contained in:
parent
aaa60d85ba
commit
5cb5c5d0c9
@ -53,7 +53,8 @@ class TextureChooser(QDialog):
|
||||
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…
x
Reference in New Issue
Block a user