Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion team/bundles/org.eclipse.compare/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ ComparePreferencePage.previewRight= 1\nincoming addition\nincoming addition\n2\n
ComparePreferencePage.baseline= \nline 1\nline 2\nremoved line 2a\nremoved line 2b\nline 3\nline 4\nline 5\nline 6\nline to modify 7\nline 8\nremoved words in line 9\n
ComparePreferencePage.workingCopy= line 1\nline 2\nline 3\nadded words in line 4\nline 5\nadded line 5a\nadded line 6b\nline 6\nmodified line 7\nline 8\nline 9

ComparePreferencePage.colorAndFontLink=See <a>''{0}''</a> preferences for text compare colors and fonts.
ComparePreferencePage.colorAndFontLink=See <a>{0}</a> preferences for text compare colors and fonts.

textCompareAppearance.label=Text Compare

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ SearchResultsPart_showCategoriesAction_tooltip=Group by Categories
SearchResultsPart_showDescriptionAction_tooltip=Show Descriptions

# Preference pages
HelpPreferencePage_message=See <a>''{0}''</a> for configuring the external browser used to display help topics.
HelpPreferencePage_message=See <a>{0}</a> for configuring the external browser used to display help topics.
HelpPreferencePage_openModeGroup=Open Modes
HelpPreferencePage_contextHelpGroup=Context help
HelpPreferencePage_infopop= In an infopop
Expand Down
Loading