Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterMessages.properties')
-rw-r--r--bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterMessages.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterMessages.properties b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterMessages.properties
index a9c88744..40a39bb7 100644
--- a/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterMessages.properties
+++ b/bundles/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/preferences/formatter/FormatterMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -10,7 +10,8 @@
# istvan@benedek-home.de - 103706 [formatter] indent empty lines
# Aaron Luchko, aluchko@redhat.com - 105926 [Formatter] Exporting Unnamed profile fails silently
###############################################################################
-
+# NLS_ENCODING=UTF-8
+# NLS_MESSAGEFORMAT_VAR
WhiteSpaceTabPage_assignments=Assignments
WhiteSpaceTabPage_assignments_before_assignment_operator=before assignment operator
@@ -405,7 +406,7 @@ CommentsTabPage_group2_title=JSDoc comment settings
CommentsTabPage_clear_blank_lines=Remove blank l&ines
CommentsTabPage_blank_line_before_javadoc_tags=Blan&k line before JSDoc tags
CommentsTabPage_indent_javadoc_tags=Indent JSDoc tag&s
-CommentsTabPage_indent_description_after_param=Ind&ent description a&fter @param
+CommentsTabPage_indent_description_after_param=Indent description a&fter @param
CommentsTabPage_new_line_after_param_tags=New line &after @param tags
CommentsTabPage_group3_title=Line width
CommentsTabPage_line_width=Ma&ximum line width for comments:

Back to the top