mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String fixes
This commit is contained in:
parent
6650b2af89
commit
cfa133d3e4
@ -186,7 +186,7 @@ class BookInfo(QDialog):
|
||||
tt += '\n\n'
|
||||
if self.cover_pixmap is not None:
|
||||
sz = self.cover_pixmap.size()
|
||||
tt += _('Cover size: %(width)d x %(height)d')%dict(width=sz.width(), height=sz.height())
|
||||
tt += _('Cover size: %(width)d x %(height)d pixels')%dict(width=sz.width(), height=sz.height())
|
||||
self.cover.setToolTip(tt)
|
||||
|
||||
def refresh(self, row, mi=None):
|
||||
|
@ -17,7 +17,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Edit Template</string>
|
||||
<string>Edit template</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user