aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2012-09-03 17:50:37 +0200
committerEike Ziller <[email protected]>2012-09-04 15:24:06 +0200
commit328d205b624a94cf2f515ae8934b86b934c43f48 (patch)
tree4a482fe60492eac470cb5785e172dfc2de90e07b /src/plugins
parentfb59a39a786789f3e44e9a7165a5920e60694a6a (diff)
Device type + tool chain + other settings -> Kit
We called that "Target" before Change-Id: Ie0d673c643947c26ac2706907f6250fc1739388a Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/analyzerbase/ianalyzertool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/analyzerbase/ianalyzertool.cpp b/src/plugins/analyzerbase/ianalyzertool.cpp
index 6be5ee5c858..9090f3dfbf0 100644
--- a/src/plugins/analyzerbase/ianalyzertool.cpp
+++ b/src/plugins/analyzerbase/ianalyzertool.cpp
@@ -66,7 +66,7 @@ QString IAnalyzerTool::defaultActionName(const IAnalyzerTool *tool, StartMode mo
{
QString base = tool->displayName();
if (mode == StartRemote)
- return base + tr(" (Remote)");
+ return base + tr(" (External)");
return base;
}