mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Bug #181163 : change wording for sample.
This commit is contained in:
parent
a3961ab19f
commit
67b1c89665
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ ExclusionPatternDialog.ChooseExclusionPattern.description=&Choose folders or fil
|
|||
# ------- ExclusionPatternEntryDialog -------
|
||||
ExclusionPatternEntryDialog.add.title=Add Exclusion Pattern
|
||||
ExclusionPatternEntryDialog.edit.title=Edit Exclusion Pattern
|
||||
ExclusionPatternEntryDialog.description=Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'java/util/A*.java', 'java/util/', '**/Test*'.
|
||||
ExclusionPatternEntryDialog.description=Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'util/A*.c', 'lib/util/', '**/Test*'.
|
||||
ExclusionPatternEntryDialog.pattern.label=E&xclusion pattern (Path relative to ''{0}''):
|
||||
ExclusionPatternEntryDialog.pattern.button=Bro&wse...
|
||||
ExclusionPatternEntryDialog.error.empty=Enter a pattern.
|
||||
|
|
Loading…
Add table
Reference in a new issue