Fix missed strings for UI consistency

Fix ellipsis rendering
This commit is contained in:
Max Wilfinger
2025-08-08 09:39:11 +02:00
committed by Chris Hennes
parent 2eeff96e99
commit 1850c5dc0f
41 changed files with 117 additions and 118 deletions

View File

@@ -350,7 +350,7 @@ void SoFCColorBar::handleEvent (SoHandleEventAction *action)
}
menu.addSeparator();
QAction* option = menu.addAction(QObject::tr("Options"));
QAction* option = menu.addAction(QObject::tr("Options"));
QAction* select = menu.exec(QCursor::pos());
if (select == option) {