diff --git a/src/calibre/gui2/image_popup.py b/src/calibre/gui2/image_popup.py index 7c2e6d7aa7..325d6e0d15 100644 --- a/src/calibre/gui2/image_popup.py +++ b/src/calibre/gui2/image_popup.py @@ -76,7 +76,7 @@ class ImageView(QDialog): h.setContentsMargins(0, 0, 0, 0) l.addLayout(h) self.fit_image = i = QCheckBox(_('&Fit image')) - i.setToolTip(_('Fit the image to the available space')) + i.setToolTip(_('Fit image inside the available space')) i.setChecked(bool(gprefs.get('image_popup_fit_image'))) i.stateChanged.connect(self.fit_changed) h.addWidget(i), h.addStretch(), h.addWidget(bb)