Fix untranslated text in locator popup

This commit is contained in:
manongjohn 2023-03-23 20:44:24 -04:00
parent 82d0bc72a8
commit 0cfe439e95

View file

@ -108,7 +108,7 @@ void LocatorPopup::changeWindowTitle() {
}
if (showZoomFactor) {
name = name + " Zoom : " +
name = name + tr(" Zoom : ") +
QString::number((int)(100.0 * sqrt(m_viewer->getViewMatrix().det()) *
m_viewer->getDpiFactor())) +
"%";