From b032313dee76e008db0fa573364e2c58b67e0560 Mon Sep 17 00:00:00 2001 From: Matthias Becker Date: Mon, 4 May 2026 15:40:49 +0200 Subject: [PATCH] Don't use "dirty" as user facing term Relates to:https://github.com/eclipse-platform/eclipse.platform.ui/issues/3961 --- .../internal/ui/preferences/DebugPreferencesMessages.properties | 2 +- team/bundles/org.eclipse.compare/plugin.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties b/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties index 75b74250877..91912006470 100644 --- a/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties +++ b/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties @@ -69,7 +69,7 @@ DebugPreferencePage_PromptSkipBreakpoints=Prompt when launching application in d DebugPreferencePage_PromptMultiExpressions=Select how multi-line expressions should be pasted in the 'Expressions View' LaunchingPreferencePage_1=&Build (if required) before launching -LaunchingPreferencePage_2=Save required dirty editors before launching +LaunchingPreferencePage_2=Save editors with unsaved changes before launching LaunchingPreferencePage_3=Alwa&ys LaunchingPreferencePage_4=&Never LaunchingPreferencePage_5=&Prompt diff --git a/team/bundles/org.eclipse.compare/plugin.properties b/team/bundles/org.eclipse.compare/plugin.properties index a0f172445b8..c7bff9ae27c 100644 --- a/team/bundles/org.eclipse.compare/plugin.properties +++ b/team/bundles/org.eclipse.compare/plugin.properties @@ -125,7 +125,7 @@ ComparePreferencePage.generalTab.label= &General ComparePreferencePage.structureCompare.label= &Open structure compare automatically ComparePreferencePage.structureOutline.label= Show structure compare in Outline &view when possible ComparePreferencePage.ignoreWhitespace.label= Ignore &white space -ComparePreferencePage.saveBeforePatching.label= A&utomatically save dirty editors before browsing patches +ComparePreferencePage.saveBeforePatching.label= A&utomatically save editors with unsaved changes before browsing patches ComparePreferencePage.regex.description=Enter regular expressions used to identify added or removed lines in a patch\n(e.g. '^\\+\\s*\\S' for an added line with at least one word character). ComparePreferencePage.regexAdded.label=Added lines