Skip to content

Commit 337f3ad

Browse files
elsazacvogella
authored andcommitted
The single quotes around the placeholder in
ComparePreferencePage.colorAndFontLink were originally added for emphasis in UI. Since the text already appears as a blue clickable link, the additional quotes seems unnecessary. Removing the quotes makes the message cleaner and consistent. This also aligns with other similar preference links across the UI where such quotes are not used.
1 parent 9e1b6e0 commit 337f3ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ IDEWorkspacePreference_fileLineDelimiter=New text &file line delimiter
538538
IDEWorkspacePreference_defaultLineDelim=D&efault ({0})
539539
IDEWorkspacePreference_defaultLineDelimProj=Inh&erited from container ({0})
540540
IDEWorkspacePreference_otherLineDelim= Ot&her:
541-
IDEWorkspacePreference_relatedLink = See <a>''{0}''</a> for workspace startup and shutdown preferences.
541+
IDEWorkspacePreference_relatedLink = See <a>{0}</a> for workspace startup and shutdown preferences.
542542
IDEWorkspacePreference_openReferencedProjects = Open referenced projects when a project is opened:
543543
IDEWorkspacePreference_closeUnrelatedProjectsToolTip = Close unrelated projects without prompt
544544
IDEWorkspacePreference_windowTitleGroupText=Window title
@@ -1103,9 +1103,9 @@ CleanDialog_typeFilterText=type filter text
11031103
CleanDialog_clearToolTip=Clear
11041104
CleanDialog_AccessibleListenerClearButton=Clear filter field
11051105
IDEEncoding_EncodingJob=Setting encoding
1106-
IDEEditorsPreferencePage_WorkbenchPreference_FileEditorsRelatedLink=See <a>''{0}''</a> for associating editors with file types.
1107-
IDEEditorsPreferencePage_WorkbenchPreference_viewsRelatedLink = See <a>''{0}''</a> for appearance preferences.
1108-
IDEEditorsPreferencePage_WorkbenchPreference_contentTypesRelatedLink = See <a>''{0}''</a> for content-type based file associations.
1106+
IDEEditorsPreferencePage_WorkbenchPreference_FileEditorsRelatedLink=See <a>{0}</a> for associating editors with file types.
1107+
IDEEditorsPreferencePage_WorkbenchPreference_viewsRelatedLink = See <a>{0}</a> for appearance preferences.
1108+
IDEEditorsPreferencePage_WorkbenchPreference_contentTypesRelatedLink = See <a>{0}</a> for content-type based file associations.
11091109
WorkbenchEncoding_invalidCharset = {0} is not a valid charset.
11101110
IDE_areYouSure={0} Do you want to continue?
11111111
ExtendedFileEditorsPreferencePage_strategyForUnassociatedFiles=&Open unassociated files with:

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
@@ -933,7 +933,7 @@ ContentTypes_fileAssociationsEditLabel = Ed&it...
933933
ContentTypes_fileAssociationsRemoveLabel = &Remove
934934
ContentTypes_contentTypesLabel = &Content types:
935935
ContentTypes_errorDialogMessage = There was an error removing content type file association(s).
936-
ContentTypes_FileEditorsRelatedLink=See <a>''{0}''</a> for associating editors with file types.
936+
ContentTypes_FileEditorsRelatedLink=See <a>{0}</a> for associating editors with file types.
937937
ContentTypes_addDialog_title=Add Content Type Association
938938
ContentTypes_addDialog_messageHeader=Define New Content Type Association
939939
ContentTypes_addDialog_message=Enter content type association to add: (*.doc or report.doc for example)

0 commit comments

Comments
 (0)