mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
[181331] New Filter Dialog should have title "New Filter"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=181331
This commit is contained in:
parent
1db587c0d0
commit
f135264c3c
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
################################################################################
|
||||
# Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved.
|
||||
# Copyright (c) 2000, 2008 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
|
||||
|
@ -15,6 +15,7 @@
|
|||
# David McKnight (IBM) - [210229] table refresh needs unique table-specific tooltip-text
|
||||
# Kevin Doyle (IBM) - [212944] New Profile dialog should have title "New Profile"
|
||||
# David McKnight (IBM) - [216252] [nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
|
||||
# David Dykstal (IBM) - [181331] new filter wizard title should be "New Filter"
|
||||
################################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
@ -543,7 +544,7 @@ RESID_PP_SUBSYSFACTORY_TYPES_TOOLTIP=System types supported by this factory
|
|||
#=============================================================
|
||||
# NEW FILTER WIZARD...
|
||||
#=============================================================
|
||||
RESID_NEWFILTER_TITLE=New
|
||||
RESID_NEWFILTER_TITLE=New Filter
|
||||
RESID_NEWFILTER_PAGE_TITLE=Filter
|
||||
# PAGE 1 OF NEW FILTER WIZARD...
|
||||
RESID_NEWFILTER_PAGE1_DESCRIPTION=Create a new filter
|
||||
|
|
Loading…
Add table
Reference in a new issue