Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 241e7e47dd97bb82bae73816f13de1db1b32335d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###############################################################################
# Copyright (c) 2009 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################
#Properties file for org.eclipse.cdt.debug.ui.memory.search
providerName = Eclipse CDT
pluginName = Memory Search
action.label.0 = Find Next
action.label.1 = Find/Replace...
action.label.2 = Find Next
action.label.3 = Find/Replace...

Back to the top