Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.properties')
-rw-r--r--bundles/org.eclipse.compare/plugin.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.compare/plugin.properties b/bundles/org.eclipse.compare/plugin.properties
index d314944f8..020faec70 100644
--- a/bundles/org.eclipse.compare/plugin.properties
+++ b/bundles/org.eclipse.compare/plugin.properties
@@ -116,7 +116,7 @@ ComparePreferencePage.showMoreInfo.label= &Show additional compare information i
ComparePreferencePage.ignoreWhitespace.label= Ignore &white space
ComparePreferencePage.saveBeforePatching.label= A&utomatically save dirty editors 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.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
ComparePreferencePage.regexRemoved.label=Removed lines
@@ -177,15 +177,15 @@ CompareEditorInput.defaultTitle= Compare
#
action.IgnoreWhiteSpace.label=Ignore White Space
action.IgnoreWhiteSpace.tooltip=Ignore White Space Where Applicable
-action.IgnoreWhiteSpace.image=etool16/ignorews_edit.gif
+action.IgnoreWhiteSpace.image=etool16/ignorews_edit.png
action.Next.label=Next Difference
action.Next.tooltip=Next Difference
-action.Next.image=elcl16/next_diff_nav.gif
+action.Next.image=elcl16/next_diff_nav.png
action.Previous.label=Previous Difference
action.Previous.tooltip=Previous Difference
-action.Previous.image=elcl16/prev_diff_nav.gif
+action.Previous.image=elcl16/prev_diff_nav.png
#
# Built in Structure Creators

Back to the top