From dc580c91eee9dc148fe8eb8210fae383ef6d248f Mon Sep 17 00:00:00 2001 From: Dani Megert Date: Mon, 25 Jan 2016 15:27:36 +0100 Subject: Added hint to use 'date' variable if custom formatting is desired --- .../org/eclipse/jface/text/templates/TextTemplateMessages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.eclipse.text') 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 -- cgit v1.2.3