Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2017-06-24 17:34:57 +0000
committerThomas Wolf2017-06-30 18:45:19 +0000
commit11deed08f9721e766bf088e3a810c4896545a7c4 (patch)
treefd0d19c9cce610b6b55b353345566395e776350e /org.eclipse.egit.ui/plugin.properties
parentc2cfc34e69d71035484c9cf04222f8966b738516 (diff)
downloadegit-11deed08f9721e766bf088e3a810c4896545a7c4.tar.gz
egit-11deed08f9721e766bf088e3a810c4896545a7c4.tar.xz
egit-11deed08f9721e766bf088e3a810c4896545a7c4.zip
Custom texts for the copy command
Instead of just "Copy" use more appropriate texts: * in the CommitGraphTable and in the reflogview, use "Copy Commit Id" and the SHA1 image. * in the header of the CommitEditor, use "Commit Commit Id" without image. * in the CommitFileDiffViewer, use "Copy File Path". Change-Id: I29bc3e7b784570548e440f0b62553fd4a97120b4 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index 773e03a731..a2ef5e9fc5 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -400,11 +400,11 @@ NoAssumeUnchangedCommand = No Assume Unchanged
ConfigurBranchCommand.label = C&onfigure Branch...
-ReflogCopyCommand.label = &Copy SHA-1
+ReflogCopyCommand.label = &Copy Commit Id
RepoViewConfigureBranchCommand.name = Configure Branch
ReflogViewContext = In Git Reflog View
ReflogViewCommands = Reflog View Commands
-ReflogCopyCommandName = Copy SHA-1
+ReflogCopyCommandName = Copy Commit Id
PushToGerritCommand.label = Push Current Head to Gerrit
PushToGerritMenu.label = Push to Ge&rrit...
GarbageCollectCommand.label = Collect Garbage

Back to the top