Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2012-05-10 20:56:57 +0000
committerKevin Sawicki2012-05-10 20:56:57 +0000
commita5160dbf310a3e6da4866b312de565d93c0183c8 (patch)
tree3e9aa46900ec2f9ea2ea89e56808075b7a7fe4e7 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parent12162d9fbfcffc8b36024296485b12d7355f3e25 (diff)
downloadegit-a5160dbf310a3e6da4866b312de565d93c0183c8.tar.gz
egit-a5160dbf310a3e6da4866b312de565d93c0183c8.tar.xz
egit-a5160dbf310a3e6da4866b312de565d93c0183c8.zip
Drop 'Git' from wizard page description
It is already in the wizard page title and doesn't need to be included in the description to preface 'repository'. Change-Id: Ifd4272a8dae3b8f67066ae5811a1585029643671
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, 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 0c5977b2cf..421de705cb 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
@@ -96,7 +96,7 @@ ExistingOrNewPage_CreateRepositoryButton=Create...
ExistingOrNewPage_CreationInWorkspaceWarningTooltip=When checked, this wizard will try to find or create a repository in the parent folder hierarchy of the selected projects.\nTypically, newly created projects are located in the Eclipse workspace, thus repositories created this way\nwould also end up in the Eclipse workspace.\nThis is not recommended for several reasons explained in the EGit user guide.
ExistingOrNewPage_CurrentLocationColumnHeader=Current Location
ExistingOrNewPage_title=Configure Git Repository
-ExistingOrNewPage_description=Select Git repository location
+ExistingOrNewPage_description=Select repository location
ExistingOrNewPage_DescriptionExternalMode=Select an existing repository or create a new one
ExistingOrNewPage_ErrorFailedToCreateRepository=Failed to create repository {0}
ExistingOrNewPage_ErrorFailedToRefreshRepository=Failed to refresh project after creating repository at {0}

Back to the top