Skip to content
Snippets Groups Projects
Commit dfe582b8 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix capitalization of "My tasks" in TaskListPlugin

parent d1c23f58
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ bool TaskListPlugin::initialize(const QStringList &arguments, QString *errorMess
d->hub = pm->getObject<ProjectExplorer::TaskHub>();
//: Category under which tasklist tasks are listed in build issues view
d->hub->addCategory(QLatin1String(Constants::TASKLISTTASK_ID), tr("My tasks"));
d->hub->addCategory(QLatin1String(Constants::TASKLISTTASK_ID), tr("My Tasks"));
Core::ICore *core = Core::ICore::instance();
if (!core->mimeDatabase()->addMimeTypes(QLatin1String(":tasklist/TaskList.mimetypes.xml"), errorMessage))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment