Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-06-23 07:22:37 +0000
committerThomas Wolf2018-06-23 22:04:29 +0000
commit6e31a25e68d7ce03d8e99347b386c6705d72f35e (patch)
tree6c585a3e6cb3c233ab60da983a5d1c7532df25eb /org.eclipse.egit.ui/src/org/eclipse/egit
parente2802e8e2800de1ec06c95f7a8f266e39e88527f (diff)
downloadegit-6e31a25e68d7ce03d8e99347b386c6705d72f35e.tar.gz
egit-6e31a25e68d7ce03d8e99347b386c6705d72f35e.tar.xz
egit-6e31a25e68d7ce03d8e99347b386c6705d72f35e.zip
Improve share wizard window title
Since that wizard is used as direct child of the general Share wizard it makes sense to use the same window title in all the wizard. Change-Id: I6e583fdafb491022a2595759a805ccc4c3502438 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:535678
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties2
1 files changed, 1 insertions, 1 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 2f4e26de0b..9a726a6c5b 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
@@ -90,7 +90,7 @@ SelectResetTypePage_PageMessage=Select the type of reset to perform
SelectResetTypePage_PageTitle=Reset {0}
SelectResetTypePage_tooltipCurrentHead=The current HEAD ref
SelectResetTypePage_tooltipResettingTo=The ref being reset to
-SharingWizard_windowTitle=Configure Git Repository
+SharingWizard_windowTitle=Share Project
SharingWizard_failed=Failed to initialize Git team provider.
SharingWizard_MoveProjectActionLabel=Move Project
ShowBlameHandler_errorMessage=Showing revision information failed

Back to the top