aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/madde/debianmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/madde/debianmanager.cpp')
-rw-r--r--src/plugins/madde/debianmanager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/madde/debianmanager.cpp b/src/plugins/madde/debianmanager.cpp
index 399f1b0040c..a2b6442bd31 100644
--- a/src/plugins/madde/debianmanager.cpp
+++ b/src/plugins/madde/debianmanager.cpp
@@ -127,8 +127,7 @@ QByteArray section(Core::Id deviceType) {
void raiseError(const QString &reason)
{
- QMessageBox::critical(0, QCoreApplication::translate("Madde::DebianManager",
- "Error creating debian project templates"), reason);
+ QMessageBox::critical(0, Madde::Internal::DebianManager::tr("Error Creating Debian Project Templates"), reason);
}
QString defaultPackageFileName(ProjectExplorer::Project *project)