Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-06-27 17:24:53 +0000
committerThomas Wolf2018-06-30 16:03:25 +0000
commit5d34e9dc6d94018e1762e630fbc4d6e763d86311 (patch)
treeffe6cc4b0fd7cd299a8a67f864e93be6ef256309 /org.eclipse.egit.ui/src/org/eclipse/egit
parent61e8a6cdb9a77c60b277c5f8eda5c71aada1fbfc (diff)
downloadegit-5d34e9dc6d94018e1762e630fbc4d6e763d86311.tar.gz
egit-5d34e9dc6d94018e1762e630fbc4d6e763d86311.tar.xz
egit-5d34e9dc6d94018e1762e630fbc4d6e763d86311.zip
Remove semicolon at end of variable descriptions
Change-Id: I7dbd6b0f65294ca012839daccd808541a1b977c5 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:536358
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit')
-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