From e63715d135162aece9503af4f3f545b0c086728b Mon Sep 17 00:00:00 2001 From: Alex Blewitt Date: Fri, 4 Jun 2010 00:30:44 +0100 Subject: [PATCH] Fix push dialog title When right-clicking on a git project, and doing 'push', the dialog is titled 'Push to another repositories' However, not only is this ungrammatical, you can't push to more than one in this dialog box anyway. It should be Push to Another Repository Bug: 315594 Change-Id: I5fc139ff52508e38e6678c9547ca7f82b3287206 Signed-off-by: Matthias Sohn --- org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e999ce70..2780ec81 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 @@ -315,7 +315,7 @@ PushWizard_jobName=Pushing to...{0} PushWizard_missingRefsMessage=Ref specifications don't match any source ref (local refs changed?). PushWizard_missingRefsTitle=Missing Refs Error PushWizard_unexpectedError=Unexpected error occurred. -PushWizard_windowTitleDefault=Push To Another Repositories +PushWizard_windowTitleDefault=Push To Another Repository PushWizard_windowTitleWithDestination=Push To: {0} CommitAction_amendCommit=No changed items were selected. Do you wish to amend the last commit? -- 2.11.4.GIT