Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraleon2013-07-09 12:12:11 +0000
committerMarc Khouzam2013-07-09 17:58:58 +0000
commit3932f763bd58683c450540596de760acec1cd227 (patch)
treec4dda9dacacf84d625284607a1a820414e548e51 /cross/org.eclipse.cdt.launch.remote
parent982b93967bab4e247d0dc701633a97897561d327 (diff)
downloadorg.eclipse.cdt-3932f763bd58683c450540596de760acec1cd227.tar.gz
org.eclipse.cdt-3932f763bd58683c450540596de760acec1cd227.tar.xz
org.eclipse.cdt-3932f763bd58683c450540596de760acec1cd227.zip
bug 409795: Rename GdbSever_name to GdbServer_path in remote launch
https://bugs.eclipse.org/bugs/show_bug.cgi?id=409795 Change-Id: I2ed941a5b878e1c0b16fcb185220e8a2f0f0336d Signed-off-by: aleon <alvsan09@gmail.com> Reviewed-on: https://git.eclipse.org/r/13527 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'cross/org.eclipse.cdt.launch.remote')
-rw-r--r--cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/internal/launch/remote/messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/internal/launch/remote/messages.properties b/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/internal/launch/remote/messages.properties
index 18da69e247e..02d314ad181 100644
--- a/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/internal/launch/remote/messages.properties
+++ b/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/internal/launch/remote/messages.properties
@@ -13,6 +13,7 @@
# Anna Dushistova (MontaVista) - [181517][usability] Specify commands to be run before remote application launch
# Nikita Shulga (EmbeddedAlley) - [265236][remotecdt] Wait for RSE to initialize before querying it for host list
# Anna Dushistova (MontaVista) - [368597][remote debug] if gdbserver fails to launch on target, launch doesn't get terminated
+# Alvaro Sanchez-Leon (Ericsson) - [409795] Rename GdbSever name to GdbServer path in remote launch
################################################################################
# NLS_MESSAGEFORMAT_VAR
@@ -43,7 +44,7 @@ RemoteCMainTab_Remote_Path_Browse_Button=Browse...
RemoteCMainTab_Connection=Connection:
RemoteCMainTab_New=New...
Gdbserver_Settings_Tab_Name=Gdbserver Settings
-Gdbserver_name_textfield_label=Gdbserver name:
+Gdbserver_name_textfield_label=Gdbserver path:
Port_number_textfield_label=Port number:
RemoteCMainTab_Remote_Path_Browse_Button_Title=Select Remote C/C++ Application File
RemoteCMainTab_Properties=Properties...

Back to the top