String fixes

This commit is contained in:
Kovid Goyal 2017-04-15 17:01:27 +05:30
parent 6650b2af89
commit cfa133d3e4
3 changed files with 3 additions and 3 deletions

View File

@ -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):

View File

@ -17,7 +17,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>Edit Template</string>
<string>Edit template</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>