diff options
| author | Alex Blewitt | 2010-06-03 23:30:44 +0000 |
|---|---|---|
| committer | Matthias Sohn | 2010-06-03 23:48:05 +0000 |
| commit | e63715d135162aece9503af4f3f545b0c086728b (patch) | |
| tree | 11fa4d8acbc74d107c0cd99c86cb0f4d10448342 | |
| parent | 62ee8bcc1b058ed4f2c2d32e70432229fb7ce060 (diff) | |
| download | egit-e63715d135162aece9503af4f3f545b0c086728b.tar.gz egit-e63715d135162aece9503af4f3f545b0c086728b.tar.xz egit-e63715d135162aece9503af4f3f545b0c086728b.zip | |
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 <matthias.sohn@sap.com>
| -rw-r--r-- | org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties | 2 |
1 files changed, 1 insertions, 1 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 e999ce7093..2780ec816e 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? |
