mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 287081 - missing mnemonic key on Make Targets context menu
This commit is contained in:
parent
119db5a916
commit
5e25a3f3e2
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2007 QNX Software Systems and others.
|
||||
# Copyright (c) 2003, 2009 QNX Software Systems and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -9,6 +9,7 @@
|
|||
# QNX Software Systems - initial API and implementation
|
||||
# Wind River Systems - fix for bugzilla 135150 and 194198
|
||||
# Tianchao Li (tianchao.li@gmail.com) - arbitrary build directory (bug #136136)
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
|
||||
MakeCWizard.title=C/Make Project
|
||||
|
@ -172,7 +173,7 @@ SettingsBlock.label.missingBuilderInformation=Builder is missing or disabled on
|
|||
SettingsBlock.monitor.applyingSettings=Applying Settings...
|
||||
SettingsBlock.message.mustEnterBuildCommand=Must enter a build command
|
||||
|
||||
DeleteTargetAction.label=Delete
|
||||
DeleteTargetAction.label=&Delete
|
||||
DeleteTargetAction.tooltip=Delete Make Target
|
||||
DeleteTargetAction.title.confirmDeletion=Confirm Target Deletion
|
||||
DeleteTargetAction.message.confirmDeleteion=Are you sure you want to delete ''{0}''?
|
||||
|
@ -181,15 +182,15 @@ DeleteTargetAction.message.confirmMultipleDeletion=Are you sure you want to dele
|
|||
DeleteTargetAction.exception.removeError=Make Target Remove Error
|
||||
DeleteTargetAction.exception.errorDeletingBuildTarget=Error deleting Make target
|
||||
|
||||
BuildTargetAction.label=Build Target
|
||||
BuildTargetAction.label=Build &Target
|
||||
BuildTargetAction.tooltip=Build Make Target
|
||||
|
||||
EditTargetAction.label=Edit...
|
||||
EditTargetAction.label=&Edit...
|
||||
EditTargetAction.tooltip=Edit Make Target
|
||||
EditTargetAction.exception.internalError=Internal Error
|
||||
EditTargetAction.exception.errorEditingTarget=Error editing target.
|
||||
|
||||
AddTargetAction.label=New...
|
||||
AddTargetAction.label=&New...
|
||||
AddTargetAction.tooltip=New Make Target
|
||||
AddTargetAction.exception.title=Error Adding Make Target
|
||||
AddTargetAction.exception.message=There was an error adding make target in Make Target View. See log for more details.
|
||||
|
|
Loading…
Add table
Reference in a new issue