Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/src/org')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index 0ddcda2da5..d51eb3da63 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -1243,10 +1243,10 @@ DecoratorPreferencesPage_iconsShowConflicts=Conflicting resources
DecoratorPreferencesPage_iconsShowAssumeUnchanged=Assumed unchanged resources
DecoratorPreferencesPage_changeSetLabelFormat=Commits:
DecoratorPreferencesPage_otherDecorations=Other
-DecoratorPreferencesPage_bindingChangeSetAuthor=Commit author name;
-DecoratorPreferencesPage_bindingChangeSetCommitter=Commit committer name;
-DecoratorPreferencesPage_bindingChangeSetDate=Commit creation date (see date format setting);
-DecoratorPreferencesPage_bindingChangeSetShortMessage=First line of commit message text;
+DecoratorPreferencesPage_bindingChangeSetAuthor=Commit author name
+DecoratorPreferencesPage_bindingChangeSetCommitter=Commit committer name
+DecoratorPreferencesPage_bindingChangeSetDate=Commit creation date (see date format setting)
+DecoratorPreferencesPage_bindingChangeSetShortMessage=First line of commit message text
Decorator_exceptionMessage=Errors occurred while applying Git decorations to resource ''{0}''.
Decorator_exceptionMessageCommon=Errors occurred while applying Git decorations to resources.

Back to the top