Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-04-27 11:30:35 +0000
committerDani Megert2012-04-27 11:30:35 +0000
commitcb22879bf494abef4f0249f6c7cbb839abbb3a90 (patch)
tree77fac7885e03408b0f2f024be1410deee823f634
parenta6073f82e2ac21838dda8a66bed027f735e56bbe (diff)
downloadeclipse.platform.text-cb22879bf494abef4f0249f6c7cbb839abbb3a90.tar.gz
eclipse.platform.text-cb22879bf494abef4f0249f6c7cbb839abbb3a90.tar.xz
eclipse.platform.text-cb22879bf494abef4f0249f6c7cbb839abbb3a90.zip
Fixed bug 346889: Document File Name Pattern Exclusionv20120427-1130
-rw-r--r--org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
index eccd2fdf57a..2eac4b52abb 100644
--- a/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
+++ b/org.eclipse.search/search/org/eclipse/search/internal/ui/SearchMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2012 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
@@ -82,8 +82,8 @@ Search_Error_createSorter_message= An error occurred while creating a sorter.
SearchPage_containingText_text= Containing &text:
SearchPage_containingText_hint= (* = any string, ? = any character, \\ = escape for literals: * ? \\)
SearchPage_browse= Ch&oose...
-SearchPage_fileNamePatterns_text= File name &patterns:
-SearchPage_fileNamePatterns_hint= Patterns are separated by a comma (* = any string, ? = any character)
+SearchPage_fileNamePatterns_text= File name &patterns (separated by comma):
+SearchPage_fileNamePatterns_hint= (* = any string, ? = any character, !x = excluding x)
SearchPage_caseSensitive= &Case sensitive
SearchPage_regularExpression= Regular e&xpression

Back to the top