Skip to content

Commit 89dc1d5

Browse files
committed
Don't use "dirty" as user facing term
Relates to:#3961
1 parent 4888468 commit 89dc1d5

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

bundles/org.eclipse.search.core/plugin.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@
1414

1515
pluginName=Search Support Core
1616
providerName=Eclipse.org
17-
dirtyFileSearchParticipant=Dirty File Search Participant
1817
textSearchEngine=Text Search Engine

bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ LinkedResourceEditor_removeMessage = Delete the selected linked resources? This
784784
LinkedResourceEditor_removingMessage=Deleting linked resources...
785785

786786
# --- autosave preferences ---
787-
AutoSavePreferencPage_autoSaveButton = Enable &autosave for dirty editors
788-
AutoSavePreferencPage_intervalMessage = Dirty editors autosave &interval (in seconds):
787+
AutoSavePreferencPage_autoSaveButton = Enable &autosave for editors with unsaved changes
788+
AutoSavePreferencPage_intervalMessage = Autosave &interval (in seconds):
789789
AutoSavePreferencPage_errorMessage = The value is out of range.
790790
AutoSavePreferencPage_resetMessage = The countdown is reset on keyboard activity, mouse click, or when a popup is displayed (e.g. content assist, preference page, ...)
791791
AutoSavePreferencPage_noteLabel = Note:

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ ViewsPreference_enableMRU = Show &most recently used tabs
434434
ViewsPreference_showFullTextForViewTabs = Always show full titles
435435
ViewsPreference_hideIconsForViewTabs = Hide icons
436436
ViewsPreference_viewTabs_icons_and_titles_label = Tab icons and titles in view areas:
437-
ViewsPreference_viewTabs_dirty_indicator_label = Dirty indicator for view and editor tabs:
437+
ViewsPreference_viewTabs_dirty_indicator_label = Indicator for unsaved changes in view and editor tabs:
438438
ViewsPreference_showDirtyIndicatorForTabs = Indicate unsaved changes by overlaying the close button
439439
ToggleFullScreenMode_ActivationPopup_Description=You have gone full screen. Use the Toggle Full Screen command ({0}) to deactivate.
440440
ToggleFullScreenMode_ActivationPopup_Description_NoKeybinding=You have gone full screen. Use the Toggle Full Screen command to deactivate.

0 commit comments

Comments
 (0)