diff options
| author | Benjamin Muskalla | 2010-07-08 09:48:52 +0000 |
|---|---|---|
| committer | Benjamin Muskalla | 2010-07-08 09:48:52 +0000 |
| commit | 51fd44fb1cf0d7d5ec4a5660e79d11db44feacc6 (patch) | |
| tree | 2e77e5191961c2bd2c7c2f7903a862eca0c65605 | |
| parent | bc68e1bf40c832f80ee95626e083f32039311098 (diff) | |
| download | egit-51fd44fb1cf0d7d5ec4a5660e79d11db44feacc6.tar.gz egit-51fd44fb1cf0d7d5ec4a5660e79d11db44feacc6.tar.xz egit-51fd44fb1cf0d7d5ec4a5660e79d11db44feacc6.zip | |
Add mnemonics for Add and Clone on Select repository page
For people mostly using the keyboard instead of the mouse, we should strive for having
mnemonics for most of the focusable UI elements.
Bug: 319042
Change-Id: Id6717eee7d43502f7473539499fae00aed5438d2
Signed-off-by: Benjamin Muskalla <bmuskalla@eclipsesource.com>
| -rw-r--r-- | org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties | 4 |
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 0e5f79752c..26202b6625 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 @@ -675,9 +675,9 @@ GitImportWithDirectoriesPage_PageMessage=Depending on the wizard, you may select GitImportWithDirectoriesPage_PageTitle=Select a wizard and decide how to share the imported projects GitImportWithDirectoriesPage_SelectFolderMessage=Please select a folder GitImportWizard_WizardTitle=Import Projects from Git -GitSelectRepositoryPage_AddButton=Add... +GitSelectRepositoryPage_AddButton=&Add... GitSelectRepositoryPage_AddTooltip=Add a Git Repository from the local file system -GitSelectRepositoryPage_CloneButton=Clone... +GitSelectRepositoryPage_CloneButton=&Clone... GitSelectRepositoryPage_CloneTooltip=Clone a Git Repository and add it to the list GitSelectRepositoryPage_NoRepoFoundMessage=No repositories found, please clone or add a repository GitSelectRepositoryPage_PageMessage=You can also clone a repository or add local repositories to the list |
