From bd660f9b69371d8beab5d99c315fc63818f60b73 Mon Sep 17 00:00:00 2001 From: Sergey Belyashov <Sergey.Belyashov@gmail.com> Date: Fri, 7 Aug 2009 12:42:43 +0200 Subject: [PATCH] Added possibility to translate "Custom Process Step" item of the combobox in project settings. Merge-request: 1142 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com> --- src/plugins/projectexplorer/processstep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/processstep.cpp b/src/plugins/projectexplorer/processstep.cpp index 0b0d0d12ff3..a171369c559 100644 --- a/src/plugins/projectexplorer/processstep.cpp +++ b/src/plugins/projectexplorer/processstep.cpp @@ -120,7 +120,7 @@ QStringList ProcessStepFactory::canCreateForProject(Project *pro) const QString ProcessStepFactory::displayNameForName(const QString &name) const { Q_UNUSED(name) - return "Custom Process Step"; + return ProcessStep::tr("Custom Process Step", "item in combobox"); } //******* -- GitLab