Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-05-17 07:42:42 +0000
committerUwe Stieber2014-05-17 07:43:13 +0000
commit262b09ab2a570ff8bb3edb413dbabda504470b5d (patch)
tree338878409c88af5a32d4f91e91fb862c9e150fa2
parent14a2df6181e47d6773a479a7bda11f35c58f68a9 (diff)
downloadorg.eclipse.tcf-262b09ab2a570ff8bb3edb413dbabda504470b5d.tar.gz
org.eclipse.tcf-262b09ab2a570ff8bb3edb413dbabda504470b5d.tar.xz
org.eclipse.tcf-262b09ab2a570ff8bb3edb413dbabda504470b5d.zip
Target Explorer: Fix Bug 435106 - [TERMINALS] Rename the Terminal feature to "TCF Terminal (Console) View"
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties6
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties6
2 files changed, 8 insertions, 4 deletions
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties
index d84739c6a..5ae38d9f7 100644
--- a/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties
@@ -14,7 +14,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Target Explorer Terminals
+featureName=TCF Terminal (Console) View
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Explorer
@@ -23,7 +23,9 @@ providerName=Eclipse.org - Target Explorer
updateSiteName=Eclipse Update Site
# "description" property - description of the feature
-description=The Target Explorer tabbed Terminals View.
+description=An integrated Eclipse View for the local command prompt (console) or\
+ remote hosts via SSH, Telnet, serial or TCF connections. Works on\
+ Windows, Linux and Mac.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties
index a1c8eefe9..dbf63ccdc 100644
--- a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties
@@ -14,7 +14,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Target Explorer Terminals, SDK
+featureName=TCF Terminal (Console) View, SDK
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Explorer
@@ -23,7 +23,9 @@ providerName=Eclipse.org - Target Explorer
updateSiteName=Eclipse Update Site
# "description" property - description of the feature
-description=The Target Explorer tabbed Terminals View SDK.
+description=An integrated Eclipse View for the local command prompt (console) or\
+ remote hosts via SSH, Telnet, serial or TCF connections. Works on\
+ Windows, Linux and Mac.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\

Back to the top