Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2011-12-31 00:33:50 +0000
committerMatthias Sohn2011-12-31 00:33:50 +0000
commit3656b0aaf82c0aea5599fc957927c91e7cfe2602 (patch)
tree8d5df0667b686038f316630f1fa246176ddde24e /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parent4632b349588c8326f4c2532c40831cc46c1d6594 (diff)
downloadegit-3656b0aaf82c0aea5599fc957927c91e7cfe2602.tar.gz
egit-3656b0aaf82c0aea5599fc957927c91e7cfe2602.tar.xz
egit-3656b0aaf82c0aea5599fc957927c91e7cfe2602.zip
Team > Create patch is missing
The change adds the missing action. The action opens the Create Patch wizard allowing to save changes from your working tree in a file or clipboard. It makes the second param for CreatePatchOperation i.e. commit optional. Bug: 341036 Change-Id: Ib32830d732d31c1057ed7c969399f21223908b06 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index d30c82ad76..c40d974034 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -1012,6 +1012,8 @@ GitCreateGeneralProjectPage_FileExistsInDirMessage=A {0} file already exists in
GitCreateGeneralProjectPage_FileNotDirMessage=File {0} is not a directory
GitCreateGeneralProjectPage_PorjectAlreadyExistsMessage=Project {0} already exists
GitCreateGeneralProjectPage_ProjectNameLabel=Project name
+GitCreatePatchAction_cannotCreatePatch=Cannot create patch
+GitCreatePatchAction_workingTreeClean=There are no changes in working tree
GitCreatePatchWizard_Browse=B&rowse...
GitCreatePatchWizard_Clipboard=&Clipboard
GitCreatePatchWizard_ContextMustBePositiveInt=Context must be a valid number of lines ( >= 0 )

Back to the top