Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8aef9b0dc52c3e34793b68cb5931b45e7a04c537 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
###############################################################################
# Copyright (c) 2009 Tasktop Technologies 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
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#      Tasktop Technologies - initial API and implementation
###############################################################################
#Properties file for org.eclipse.mylyn.tasks.bugs
Bundle-Vendor = Eclipse Mylyn
Bundle-Name = Mylyn Bug Reporting

action.label = Report as Bug
NewTaskFromErrorAction.label = Report as Bug

ReportBugAction.label = Report Bug or Enhancement...
ReportBugAction.tooltip = Report Bug or Enhancement

commands.newTaskFromMarker.description = Report as Bug from Marker
commands.newTaskFromMarker.name = New Task from Marker...
commands.newTaskFromMarker.mnemonic = New Task from Marker

BugReporter.label = Report Bug

actionSet.label=Tasks Help

Back to the top