Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-01-27 08:40:21 +0000
committerDani Megert2016-01-27 08:40:21 +0000
commit10aeaf896c50b34fb8ddd90b3bdd17ff95b5a30e (patch)
treee3ac65fb04161ab4fd679e73611deb124b289601 /org.eclipse.text/src/org/eclipse/jface/text
parente8509b3b2fa5639d0328db6fa6aed9e5ad1e1f28 (diff)
downloadeclipse.platform.text-10aeaf896c50b34fb8ddd90b3bdd17ff95b5a30e.tar.gz
eclipse.platform.text-10aeaf896c50b34fb8ddd90b3bdd17ff95b5a30e.tar.xz
eclipse.platform.text-10aeaf896c50b34fb8ddd90b3bdd17ff95b5a30e.zip
FUP to bug 486532: don't use bold inside textI20160127-0800
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/templates/TextTemplateMessages.properties2
1 files changed, 1 insertions, 1 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 1818f9fa4bf..c7af24b9544 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
@@ -17,7 +17,7 @@ TemplateTranslator.error.incompatible.type=Template variable ''{0}'' has incompa
# global variables
GlobalVariables.variable.description.cursor=The cursor position after editing template variables
GlobalVariables.variable.description.dollar=The dollar symbol
-GlobalVariables.variable.description.date=<b>${id\:date[(format[, locale])]}</b><br>Evaluates to the current date in the specified format and locale. 'format' and 'locale' are optional parameters. 'format' is a pattern compatible with <b>java.text.SimpleDateFormat</b>. 'locale' is an RFC 3066 locale ID.<br><br><b>Examples:</b><br><code>${date}</code><br><code>${currentDate:date('yyyy-MM-dd')}</code><br><code>${d:date('EEEE dd MM yyyy', 'fr_CH')}</code>
+GlobalVariables.variable.description.date=<b>${id\:date[(format[, locale])]}</b><br>Evaluates to the current date in the specified format and locale. 'format' and 'locale' are optional parameters. 'format' is a pattern compatible with java.text.SimpleDateFormat. 'locale' is an RFC 3066 locale ID.<br><br><b>Examples:</b><br><code>${date}</code><br><code>${currentDate:date('yyyy-MM-dd')}</code><br><code>${d:date('EEEE dd MM yyyy', 'fr_CH')}</code>
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

Back to the top