Rename "Projectexplorer" to "Projects".

Hopefully this is a bit more intuitive for those people who search
for "Build and Run".
This commit is contained in:
Daniel Molkentin
2009-09-14 16:13:57 +02:00
parent f291b669c3
commit cb5ebe1cfd

View File

@@ -62,7 +62,7 @@ QString ProjectExplorerSettingsPage::category() const
QString ProjectExplorerSettingsPage::trCategory() const
{
return tr("Projectexplorer");
return tr("Projects");
}
QWidget *ProjectExplorerSettingsPage::createPage(QWidget *parent)