Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kügler2014-04-28 19:09:27 +0000
committerMatthias Sohn2014-04-28 22:55:57 +0000
commit585c41c766c8d514ee9dd3eddf2c4304c7026528 (patch)
tree7a1523ea1c9e1eb6b900621c7bc6b1863554000f /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
parente130160fa082dc4aa3da202a74cd61239cc44176 (diff)
downloadegit-585c41c766c8d514ee9dd3eddf2c4304c7026528.tar.gz
egit-585c41c766c8d514ee9dd3eddf2c4304c7026528.tar.xz
egit-585c41c766c8d514ee9dd3eddf2c4304c7026528.zip
Commit Viewer: Tooltip text without newline characters
Remove the newline characters introduced in commit 8443147. They led to problems in the Eclipse window title, since that uses the tooltip text to compose the title. Change-Id: I48e1b55f3bebc6d9b236a0438ad9f18fa3c242db Signed-off-by: Konrad Kügler <swamblumat-eclipsebugs@yahoo.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties2
1 files changed, 1 insertions, 1 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 49d3daf4eb..7853e28e83 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
@@ -1377,7 +1377,7 @@ CommitEditor_couldNotShowRepository=Could not show repository
CommitEditor_showGitRepo=Show Git repository
CommitEditor_TitleHeader=Commit {0}
CommitEditorInput_Name={0} [{1}]
-CommitEditorInput_ToolTip=Commit\n''{0}''\nin repository {1}
+CommitEditorInput_ToolTip=''{0}'' - Commit in repository {1}
CommitEditorPage_JobName=Loading commit ''{0}''
CommitEditorPage_SectionBranchesEmpty=Branches
CommitEditorPage_LabelAuthor={0} <{1}> on {2}

Back to the top