diff --git a/toonz/sources/toonz/preferencespopup.cpp b/toonz/sources/toonz/preferencespopup.cpp index 9abf6a4..1c04676 100644 --- a/toonz/sources/toonz/preferencespopup.cpp +++ b/toonz/sources/toonz/preferencespopup.cpp @@ -1892,7 +1892,7 @@ PreferencesPopup::PreferencesPopup() styleLay->setHorizontalSpacing(5); styleLay->setVerticalSpacing(10); { - styleLay->addWidget(new QLabel(tr("Style:")), 0, 0, + styleLay->addWidget(new QLabel(tr("Theme:")), 0, 0, Qt::AlignRight | Qt::AlignVCenter); styleLay->addWidget(styleSheetType, 0, 1, Qt::AlignLeft | Qt::AlignVCenter); diff --git a/toonz/sources/toonzqt/tmessageviewer.cpp b/toonz/sources/toonzqt/tmessageviewer.cpp index 9829306..e2dc6f5 100644 --- a/toonz/sources/toonzqt/tmessageviewer.cpp +++ b/toonz/sources/toonzqt/tmessageviewer.cpp @@ -162,7 +162,7 @@ TMessageViewer::TMessageViewer(QWidget *parent) : QFrame(parent) { SLOT(refreshFilter(int))); hLayout->addWidget(m_yellowCheck); - m_greenCheck = new QCheckBox(tr("Infos")); + m_greenCheck = new QCheckBox(tr("Info")); m_greenCheck->setChecked(true); ret = ret && connect(m_greenCheck, SIGNAL(stateChanged(int)), SLOT(refreshFilter(int)));