Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2014-12-16 11:50:24 +0000
committerMarkus Keller2014-12-16 11:50:24 +0000
commitebe8f588bb7735d6f4b51aab477460d1ce3026f8 (patch)
tree54be285770da72a8c3262f1887af7af2c40473c1
parent7eef653886752035aad6e2f2e85739b870b0e591 (diff)
downloadeclipse.platform.debug-ebe8f588bb7735d6f4b51aab477460d1ce3026f8.tar.gz
eclipse.platform.debug-ebe8f588bb7735d6f4b51aab477460d1ce3026f8.tar.xz
eclipse.platform.debug-ebe8f588bb7735d6f4b51aab477460d1ce3026f8.zip
Bug 155411: [launch] Need a way to assign stdin to a file from Run DialogI20150106-0800I20141230-0800I20141223-0800I20141216-0800
fixed labels and mnemonics
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties16
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
index 963d46826..5c8d972d0 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
@@ -11,7 +11,7 @@
CommonTab__Browse_6=&Browse...
CommonTab__Common_15=&Common
-CommonTab_Display_in_favorites_menu__10=Display in favor&ites menu
+CommonTab_Display_in_favorites_menu__10=Display in favo&rites menu
CommonTab_Invalid_shared_configuration_location_14=Invalid shared configuration location
CommonTab_Invalid_stdin_file_location_15=No file specified for process input
CommonTab_L_ocal_3=L&ocal file
@@ -21,25 +21,25 @@ CommonTab_Select_a_location_for_the_Input_File_15=Select a location for the stan
CommonTab_Cannot_save_launch_configuration_in_a_closed_project__1=Cannot save launch configuration in a closed project.
CommonTab_10=Launch in bac&kground
CommonTab_11=A&ppend
-CommonTab_12=Output &Workspace...
+CommonTab_12=&Workspace...
CommonTab_13=Select a Resource:
CommonTab_14=Select a resource to redirect output to:
CommonTab_0=Save as
CommonTab_1=Encoding
CommonTab_15=The selected encoding is not supported.
-CommonTab_16=Input W&orkspace...
-CommonTab_17=Inpu&t File
+CommonTab_16=Workspace...
+CommonTab_17=Input &File:
CommonTab_18=Select a resource to redirect input from:
-CommonTab_19=Input File Sys&tem...
+CommonTab_19=File System...
CommonTab_2=Defa&ult - inherited ({0})
-CommonTab_20=Input Varia&bles...
+CommonTab_20=Variables...
CommonTab_3=Oth&er
CommonTab_4=Standard Input and Output
CommonTab_5=&Allocate console (necessary for input)
CommonTab_6=Output Fi&le:
-CommonTab_7=Output File Syste&m...
+CommonTab_7=File &System...
CommonTab_8=No file specified for process output
-CommonTab_9=Output Variable&s...
+CommonTab_9=Variables...
CompileErrorPromptStatusHandler_0=Errors in Workspace
CompileErrorPromptStatusHandler_1=Errors exist in a required project. Continue launch?

Back to the top