Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-10-09 08:47:55 +0000
committerDani Megert2012-10-09 08:47:55 +0000
commit80402fd13106c4abde6fc2697f73228910a28e2e (patch)
treee1db9539749764c99aec995f4640575b11546e45 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parente9ca88c8ca3e48126ae036d6e3ae902fe3012d2b (diff)
downloadegit-80402fd13106c4abde6fc2697f73228910a28e2e.tar.gz
egit-80402fd13106c4abde6fc2697f73228910a28e2e.tar.xz
egit-80402fd13106c4abde6fc2697f73228910a28e2e.zip
Fix conflicting and add missing mnemonics for 'Browse...'
Change-Id: I54b932a4296e1a05933d70a0577e5ae852d0b5b4 Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
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.properties4
1 files changed, 2 insertions, 2 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 a7f08102b0..2c216c52f1 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
@@ -94,7 +94,7 @@ EGitCredentialsProvider_information=Information
CustomPromptDialog_provide_information_for=Provide information for {0}
CustomPromptDialog_information_about=Information about {0}
EgitUiUtils_CouldNotOpenEditorMessage=Could not open editor of type {0}
-ExistingOrNewPage_BrowseRepositoryButton=&Browse...
+ExistingOrNewPage_BrowseRepositoryButton=Br&owse...
ExistingOrNewPage_CreateButton=&Create Repository
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.
@@ -1163,7 +1163,7 @@ ConfigurationChecker_checkConfiguration=Check Configuration
ConfigurationChecker_doNotShowAgain=Do not show again
ConfigurationChecker_doNotShowGitPrefixWarningAgain=Do not warn again if Git cannot be found
ConfigurationChecker_homeNotSet=The environment variable HOME is not set. The following directory will be used for storing the Git user configuration and as default repository location: {0}.\n If this is not correct please set the HOME environment variable and restart Eclipse.
-ConfigurationEditorComponent_BrowseForPrefix=Browse...
+ConfigurationEditorComponent_BrowseForPrefix=&Browse...
ConfigurationEditorComponent_CannotChangeGitPrefixError=Cannot change Git prefix
ConfigurationEditorComponent_ConfigLocationLabel=&Location:
ConfigurationEditorComponent_EmptyStringNotAllowed=Empty string is not allowed

Back to the top