Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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.properties4
1 files changed, 2 insertions, 2 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 f3e184cc62..2873533f29 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
@@ -738,7 +738,7 @@ CommitAction_noFilesToCommit=No files to commit
CommitAction_repositoryState=Repository state: {0}
CommitDialog_AddFileOnDiskToIndex=Add File on &Disk to Index
CommitDialog_AddSOB=Add Signed-off-&by
-CommitDialog_AmendPreviousCommit=Am&end Previous Commit
+CommitDialog_AmendPreviousCommit=Am&end (Edit Previous Commit)
CommitDialog_Author=&Author:
CommitDialog_Commit=&Commit
CommitDialog_CommitAndPush=Commit and &Push
@@ -1711,7 +1711,7 @@ StagingView_StagedChanges=Staged Changes ({0})
StagingView_CommitMessage=Commit Message
StagingView_Committer=Committer:
StagingView_Author=Author:
-StagingView_Ammend_Previous_Commit=Amend Previous Commit
+StagingView_Ammend_Previous_Commit=Amend (Edit Previous Commit)
StagingView_Add_Signed_Off_By=Add Signed-off-by
StagingView_Add_Change_ID=Add Change-Id
StagingView_cancelCommitAfterSaving=Do you want to cancel the commit, so you can first handle (e.g. stage) the newly saved files?

Back to the top