Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 185453 | Differences between
and this patch

Collapse All | Expand All

(-)core extension/org/eclipse/jdt/internal/corext/CorextMessages.properties (-2 / +2 lines)
Lines 18-25 Link Here
18
JavaDocLocations_migratejob_name=Migrate Javadoc locations to build path attributes
18
JavaDocLocations_migratejob_name=Migrate Javadoc locations to build path attributes
19
JavaModelUtil_applyedit_operation=Applying changes
19
JavaModelUtil_applyedit_operation=Applying changes
20
20
21
AllTypesCache_searching=Searching...
21
AllTypesCache_searching=Searching
22
AllTypesCache_checking_type_cache=Checking types cache...
22
AllTypesCache_checking_type_cache=Checking types cache
23
23
24
History_error_serialize= Problems serializing information to XML ''{0}''
24
History_error_serialize= Problems serializing information to XML ''{0}''
25
TypeInfoHistory_consistency_check=Checking consistency of type history...
25
TypeInfoHistory_consistency_check=Checking consistency of type history...
(-)ui/org/eclipse/jdt/internal/ui/JavaUIMessages.properties (-3 / +3 lines)
Lines 42-48 Link Here
42
TypeSelectionDialog_upperLabel=&Matching types:
42
TypeSelectionDialog_upperLabel=&Matching types:
43
TypeSelectionDialog_notypes_title=Type Selection
43
TypeSelectionDialog_notypes_title=Type Selection
44
TypeSelectionDialog_notypes_message=No types available.
44
TypeSelectionDialog_notypes_message=No types available.
45
TypeSelectionDialog_progress_consistency=Initializing search indices...
45
TypeSelectionDialog_progress_consistency=Initializing search indices
46
TypeSelectionDialog_error_type_doesnot_exist=Type {0} does not exist.
46
TypeSelectionDialog_error_type_doesnot_exist=Type {0} does not exist.
47
TypeSelectionDialog_error3Message=Unexpected exception. See log for details.
47
TypeSelectionDialog_error3Message=Unexpected exception. See log for details.
48
TypeSelectionDialog_error3Title=Exception
48
TypeSelectionDialog_error3Title=Exception
Lines 88-94 Link Here
88
TypeInfoViewer_default_package=(default package)
88
TypeInfoViewer_default_package=(default package)
89
TypeInfoViewer_progress_label={0} ({1}%)
89
TypeInfoViewer_progress_label={0} ({1}%)
90
TypeInfoViewer_progressJob_label=Progress Update Job
90
TypeInfoViewer_progressJob_label=Progress Update Job
91
TypeInfoViewer_searchJob_taskName=Searching...
91
TypeInfoViewer_searchJob_taskName=Searching
92
TypeInfoViewer_separator_message=Workspace matches
92
TypeInfoViewer_separator_message=Workspace matches
93
TypeInfoViewer_remove_from_history=&Remove from History
93
TypeInfoViewer_remove_from_history=&Remove from History
94
TypeInfoViewer_library_name_format=[{0}]
94
TypeInfoViewer_library_name_format=[{0}]
Lines 100-106 Link Here
100
FilteredTypesSelectionDialog_error_type_doesnot_exist=Type {0} does not exist.
100
FilteredTypesSelectionDialog_error_type_doesnot_exist=Type {0} does not exist.
101
FilteredTypesSelectionDialog_TypeFiltersPreferencesAction_label=&Type Filters...
101
FilteredTypesSelectionDialog_TypeFiltersPreferencesAction_label=&Type Filters...
102
FilteredTypesSelectionDialog_library_name_format=[{0}]
102
FilteredTypesSelectionDialog_library_name_format=[{0}]
103
FilteredTypesSelectionDialog_searchJob_taskName=Searching...
103
FilteredTypesSelectionDialog_searchJob_taskName=Searching
104
FilteredTypeSelectionDialog_showContainerForDuplicatesAction=Show &Container for Duplicates
104
FilteredTypeSelectionDialog_showContainerForDuplicatesAction=Show &Container for Duplicates
105
FilteredTypeSelectionDialog_titleFormat={0} - {1}
105
FilteredTypeSelectionDialog_titleFormat={0} - {1}
106
106

Return to bug 185453