Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-06-01 17:33:22 +0000
committerMichael Valenta2005-06-01 17:33:22 +0000
commit0754146e19e5b09a79e326eccd6ed6311c0b23dc (patch)
tree706f669cf30169062dbc61b79def369ee5e21a15 /bundles/org.eclipse.team.ui
parent83ef29445c3a4bf2a8c80e2039a72e08bde0fd4c (diff)
downloadeclipse.platform.team-0754146e19e5b09a79e326eccd6ed6311c0b23dc.tar.gz
eclipse.platform.team-0754146e19e5b09a79e326eccd6ed6311c0b23dc.tar.xz
eclipse.platform.team-0754146e19e5b09a79e326eccd6ed6311c0b23dc.zip
Bug 50556 Mmnemonics on Team pref pages
Diffstat (limited to 'bundles/org.eclipse.team.ui')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
index 316fb7df1..50976b0a0 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
@@ -25,7 +25,7 @@ ConfigureProjectWizardMainPage_selectRepository=Select a repository type:
IgnorePreferencePage_description=Use this page to specify a list of resource name patterns to exclude from version control.
-IgnorePreferencePage_add=&Add...
+IgnorePreferencePage_add=Add &Pattern...
IgnorePreferencePage_enterPatternLong=Please enter a pattern:
IgnorePreferencePage_enterPatternShort=Enter Ignore Pattern
IgnorePreferencePage_ignorePatterns=&Ignore Patterns:
@@ -55,8 +55,8 @@ SyncInfoCompareInput_tooltip={0}: {1}
TeamAction_internal=Internal error occurred.
-TextPreferencePage_add=&Add Extension...
-TextPreferencePage_0=Add Name...
+TextPreferencePage_add=Add &Extension...
+TextPreferencePage_0=Add &Name...
TextPreferencePage_2=The extension cannot contain any wildcards
TextPreferencePage_3=The extension cannot contain the . character.
TextPreferencePage_5=The file name cannot contain *

Back to the top