Fix case inconsistencies (#24812)

* Fix case inconsistency - Input Hints

* Fix case inconsistency - Quick Measure

* Fix case inconsistency - Navigation Indicator

* Fix case inconsistency - BIM Status Widget

* Remove .ts translation file changes

---------

Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com>
This commit is contained in:
Rehan Ahmed
2025-11-14 01:49:19 +05:30
committed by GitHub
parent b9c4fecea5
commit 703ae570ab
3 changed files with 4 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ def setStatusIcons(show=True):
statuswidget.setObjectName("BIMStatusWidget")
text = translate(
"BIMStatusWidget",
"BIM status widget",
"BIM Status Widget",
"A context menu action used to show or hide this toolbar widget",
)
statuswidget.setWindowTitle(text)

View File

@@ -668,7 +668,7 @@ indicator.adjustSize()
indicator.setObjectName("NavigationIndicator")
text = QtGui.QApplication.translate(
"NavigationIndicator",
"Navigation indicator",
"Navigation Indicator",
"A context menu action used to show or hide the 'Navigation indicator' toolbar widget",
)
indicator.setWindowTitle(text)