Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2007-03-14 21:10:15 +0000
committerVivian Kong2007-03-14 21:10:15 +0000
commitc3928a2c4632ea4a68d51aec2e8872dc76e132ae (patch)
tree2531d27af17d2b86353f2f277ddae0a5efbb0104 /core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties
parent9c7f2934ed43b860b4564166e209411a8365b822 (diff)
downloadorg.eclipse.cdt-c3928a2c4632ea4a68d51aec2e8872dc76e132ae.tar.gz
org.eclipse.cdt-c3928a2c4632ea4a68d51aec2e8872dc76e132ae.tar.xz
org.eclipse.cdt-c3928a2c4632ea4a68d51aec2e8872dc76e132ae.zip
fix for bug 177431
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties
index c83a3d39884..d6a60f89808 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties
@@ -341,7 +341,7 @@ LineWrappingTabPage_splitting_wrap_always_except_first_only_if_necessary=Wrap al
LineWrappingTabPage_width_indent=Line width and indentation levels
LineWrappingTabPage_width_indent_option_max_line_width=Ma&ximum line width:
LineWrappingTabPage_width_indent_option_default_indent_wrapped=Defa&ult indentation for wrapped lines:
-LineWrappingTabPage_width_indent_option_default_indent_array=Default indentation for nitializer lists:
+LineWrappingTabPage_width_indent_option_default_indent_array=Default indentation for initializer lists:
LineWrappingTabPage_error_invalid_value=The key ''{0}'' contained an invalid value; resetting to defaults.
#LineWrappingTabPage_enum_superinterfaces='implements' clause
#LineWrappingTabPage_assignment_alignment=Assignments

Back to the top