Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-08-09 10:18:28 +0000
committerMichael Keppler2018-08-09 10:18:28 +0000
commit3a329a1ad4bdf8732bdb1a712898917f163cc50a (patch)
tree860dba11b526a71e4e1f9cb2856d17b12c54e0ad /org.eclipse.debug.core/plugin.properties
parent9c227fb9cc24f8f933f3bab64d64445d412c4547 (diff)
downloadeclipse.platform.debug-3a329a1ad4bdf8732bdb1a712898917f163cc50a.tar.gz
eclipse.platform.debug-3a329a1ad4bdf8732bdb1a712898917f163cc50a.tar.xz
eclipse.platform.debug-3a329a1ad4bdf8732bdb1a712898917f163cc50a.zip
Also remove the plenking by replacing double blanks with single blanks. Change-Id: I0ae81e406d770b6776e1b4ebd57c42d3e120e610 Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
Diffstat (limited to 'org.eclipse.debug.core/plugin.properties')
-rw-r--r--org.eclipse.debug.core/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/plugin.properties b/org.eclipse.debug.core/plugin.properties
index 92558a352..443dd5a36 100644
--- a/org.eclipse.debug.core/plugin.properties
+++ b/org.eclipse.debug.core/plugin.properties
@@ -65,7 +65,7 @@ project_name.description=Returns the name of a resource's project. The target re
resource_loc.description=Returns the absolute file system path of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
resource_path.description=Returns the workspace relative path of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
resource_name.description=Returns the name of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-current_date.description=Returns the current system time formatted as yyyyMMdd_HHmm. An optional argument can be used to provide alternative formatting. The argument must be valid pattern for java.util.SimpleDateFormat.
+current_date.description=Returns the current system time formatted as yyyyMMdd_HHmm. An optional argument can be used to provide alternative formatting. The argument must be a valid pattern for java.util.SimpleDateFormat.
LineBreakpoint.name = Line Breakpoint
Breakpoint.name = Breakpoint

Back to the top