Skip to content

Commit 33a85e8

Browse files
committed
Fix "Preferences" Context Menu Entry Label
Actions that open a dialog should be suffixed with "...". In the "Progress" view this was missing.
1 parent cda7fe2 commit 33a85e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -124,7 +124,7 @@ Workbench_showInNoTargets = <No Applicable Views>
124124
Workbench_showInNoPerspectives = <No Applicable Perspectives>
125125
Workbench_noApplicableItems = <No Applicable Items>
126126

127-
OpenPreferences_text = &Preferences
127+
OpenPreferences_text = &Preferences...
128128
OpenPreferences_toolTip = Preferences
129129

130130
# --- Window Menu ---

0 commit comments

Comments
 (0)