Skip to content
Snippets Groups Projects

Unify naming

Merged Oscar Gustafsson requested to merge naming into master
@@ -618,7 +618,7 @@ class Ui_MainWindow:
)
# if QT_CONFIG(tooltip)
self.actionPreferences.setToolTip(
QCoreApplication.translate("MainWindow", "Color and FONT.", None)
QCoreApplication.translate("MainWindow", "Color and Fonts", None)
)
# endif // QT_CONFIG(tooltip)
# if QT_CONFIG(shortcut)
Loading