[122462] Snippets Import/Export File Dialogs Have Wrong Labels
diff --git a/org.eclipse.wst.common.snippets/src/org/eclipse/wst/common/snippets/internal/SnippetsMessages.java b/org.eclipse.wst.common.snippets/src/org/eclipse/wst/common/snippets/internal/SnippetsMessages.java
index 28fc860..5c4bded 100644
--- a/org.eclipse.wst.common.snippets/src/org/eclipse/wst/common/snippets/internal/SnippetsMessages.java
+++ b/org.eclipse.wst.common.snippets/src/org/eclipse/wst/common/snippets/internal/SnippetsMessages.java
@@ -67,6 +67,8 @@
 	public static String SnippetDrawerEntryPage_5;
 	public static String SnippetDrawerEntryPage_6;
 	public static String Paste_as_Snippet;
+	public static String Import_Snippets;
+	public static String Export_Snippets;
 
 	static {
 		// load message values from bundle file
diff --git a/org.eclipse.wst.common.snippets/src/org/eclipse/wst/common/snippets/internal/SnippetsPluginResources.properties b/org.eclipse.wst.common.snippets/src/org/eclipse/wst/common/snippets/internal/SnippetsPluginResources.properties
index a455588..3bf968e 100644
--- a/org.eclipse.wst.common.snippets/src/org/eclipse/wst/common/snippets/internal/SnippetsPluginResources.properties
+++ b/org.eclipse.wst.common.snippets/src/org/eclipse/wst/common/snippets/internal/SnippetsPluginResources.properties
@@ -60,5 +60,8 @@
 SnippetDrawerEntryPage_4=Bro&wse...
 SnippetDrawerEntryPage_5=Content Type Selection
 SnippetDrawerEntryPage_6=Choose content types this drawer is for:
+Import_Snippets=Import Snippets
+Export_Snippets=Export Snippets
+
 #
 Paste_as_Snippet=Paste as Snippet...