forked from qt-creator/qt-creator
sanitize some tr() calls
This commit is contained in:
@@ -128,7 +128,7 @@ void CommandPrivate::setCategory(const QString &name)
|
||||
QString CommandPrivate::category() const
|
||||
{
|
||||
if (m_category.isEmpty())
|
||||
return QObject::tr("Other");
|
||||
return tr("Other");
|
||||
return m_category;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user