forked from qt-creator/qt-creator
QtSupport: Fix translation context
Context for QTVERSION_SETTINGS_PAGE_NAME wasn't changed by
commit f7e8acbd09
Change-Id: I2d026951a1c94e6ca8dc041b29c49fe3ed0bedd8
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Takumi ASAKI
parent
4aee14e48a
commit
973bdac27d
@@ -154,7 +154,7 @@ QtOptionsPage::QtOptionsPage()
|
||||
: m_widget(0)
|
||||
{
|
||||
setId(Constants::QTVERSION_SETTINGS_PAGE_ID);
|
||||
setDisplayName(QCoreApplication::translate("Qt4ProjectManager", Constants::QTVERSION_SETTINGS_PAGE_NAME));
|
||||
setDisplayName(QCoreApplication::translate("QtSupport", Constants::QTVERSION_SETTINGS_PAGE_NAME));
|
||||
setCategory(ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_CATEGORY);
|
||||
setDisplayCategory(QCoreApplication::translate("ProjectExplorer",
|
||||
ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_TR_CATEGORY));
|
||||
|
Reference in New Issue
Block a user