Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-01-25 14:27:36 +0000
committerDani Megert2016-01-25 14:27:36 +0000
commitdc580c91eee9dc148fe8eb8210fae383ef6d248f (patch)
tree66e0cbea01b8a88805809449d29b4ced650a2823 /org.eclipse.text/src/org/eclipse/jface/text
parentb15d692552891c96627cde1a8652ae9216b57e99 (diff)
downloadeclipse.platform.text-I20160126-0800.tar.gz
eclipse.platform.text-I20160126-0800.tar.xz
eclipse.platform.text-I20160126-0800.zip
Added hint to use 'date' variable if custom formatting is desiredI20160126-0800I20160125-2000
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties b/org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties
index dcba54e91df..6ebc5526b40 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties
+++ b/org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties
@@ -18,8 +18,8 @@ TemplateTranslator.error.incompatible.type=Template variable ''{0}'' has incompa
GlobalVariables.variable.description.cursor=The cursor position after editing template variables
GlobalVariables.variable.description.dollar=The dollar symbol
GlobalVariables.variable.description.date=Current date. Use ${id\:date[(format[, locale])]} to format the date.
-GlobalVariables.variable.description.year=Current year
-GlobalVariables.variable.description.time=Current time
+GlobalVariables.variable.description.year=Current year. Use the 'date' variable if you want to specify the format.
+GlobalVariables.variable.description.time=Current time. Use the 'date' variable if you want to specify the format.
GlobalVariables.variable.description.user=User name
GlobalVariables.variable.description.selectedWord= The selected word
GlobalVariables.variable.description.selectedLines= The selected lines

Back to the top