Skip to content

Commit 2928a67

Browse files
Neethika-sumesh12vogella
authored andcommitted
Remove unwanted single quote from links
This commit removes unwanted single quotes from the label links shown in Preference pages.
1 parent 47a2ac4 commit 2928a67

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bundles/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/TextEditorMessages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ TextEditorDefaultsPreferencePage_stickyScrollingMaximumCount_description=Limits
7676
TextEditorDefaultsPreferencePage_tab=Tab ( \u00bb )
7777
TextEditorDefaultsPreferencePage_textDragAndDrop= Enable drag and dro&p of text
7878
TextEditorDefaultsPreferencePage_trailing=Trailing
79-
TextEditorPreferencePage_colorsAndFonts_link= More colors can be configured on the <a>'Colors and Fonts'</a> preference page.
79+
TextEditorPreferencePage_colorsAndFonts_link= More colors can be configured on the <a>Colors and Fonts</a> preference page.
8080
TextEditorPreferencePage_Font_link= Some editors may not honor all of these settings.\n\
8181
\n\
82-
See <a>'Colors and Fonts'</a> to configure the font.
82+
See <a>Colors and Fonts</a> to configure the font.
8383

8484
TextEditorPreferencePage_selectionForegroundColor= Selection foreground color
8585
TextEditorPreferencePage_selectionBackgroundColor= Selection background color

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ ActionSetSelection_toolbarActions = &Toolbar details:
172172
ActionSetSelection_descriptionColumnHeader = Description
173173
ActionSetSelection_menuColumnHeader = Shortcut
174174

175-
HideItems_itemInActionSet = Contributed by the <a>''{0}'' action set</a>.
175+
HideItems_itemInActionSet = Contributed by the <a>{0} action set</a>.
176176
HideItems_itemInUnavailableActionSet = This item cannot be made visible because the <a>action set ''{0}''</a> which contributes it is unavailable.
177177
HideItems_itemInUnavailableCommand = This command cannot be made visible in this dialog.
178178
HideItems_unavailableChildCommandGroup = This item cannot be made visible because all of its children are in the unavailable <a href="{0}">action set ''{1}''</a>.
@@ -448,7 +448,7 @@ FileEditorPreference_default = De&fault
448448
FileEditorPreference_existsTitle = File Type Exists
449449
FileEditorPreference_existsMessage = An entry already exists for that file type
450450
FileEditorPreference_defaultLabel = (default)
451-
FileEditorPreference_contentTypesRelatedLink = See <a>''{0}''</a> for content-type based file associations.
451+
FileEditorPreference_contentTypesRelatedLink = See <a>{0}</a> for content-type based file associations.
452452
FileEditorPreference_isLocked = {0} (locked by ''{1}'' content type)
453453

454454
FileExtension_extensionEmptyMessage = The file extension cannot be empty

0 commit comments

Comments
 (0)