Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2004-12-28 17:48:55 +0000
committernitind2004-12-28 17:48:55 +0000
commit0f26d7280b8e5a134c0e8da7b3dd10fa341a2835 (patch)
tree30c0d7b023873a7218d23a15e681731c8b5f87df /bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties
parent2581474e5d98d41548302e4fadb28139e425d5c9 (diff)
downloadwebtools.sourceediting-0f26d7280b8e5a134c0e8da7b3dd10fa341a2835.tar.gz
webtools.sourceediting-0f26d7280b8e5a134c0e8da7b3dd10fa341a2835.tar.xz
webtools.sourceediting-0f26d7280b8e5a134c0e8da7b3dd10fa341a2835.zip
correct annotation navigation action labels
Diffstat (limited to 'bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties')
-rw-r--r--bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties
index 3531e3fc02..48e24a0362 100644
--- a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties
+++ b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties
@@ -419,8 +419,8 @@ Missing_end_tag_{0}=Missing end tag \"{0}\"
Missing_start_tag_{0}=Missing start tag \"{0}\"
# actions
-Previous_error=Go to Previous Problem
-Next_error=Go to Next Problem
+Previous_annotation=Previous Annotation
+Next_annotation=Next Annotation
# Annotation Types
AnnotationTypes.Errors=Errors
AnnotationTypes.Warnings=Warnings

Back to the top