mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
[142452] Copy operation on Filters and Connections should be named "Copy..."
https://bugs.eclipse.org/bugs/show_bug.cgi?id=142452
This commit is contained in:
parent
f135264c3c
commit
98c862446e
1 changed files with 4 additions and 3 deletions
|
@ -16,6 +16,7 @@
|
|||
# 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"
|
||||
# David Dykstal (IBM) - [142452] copy operations for connections, filterpools, and filters should be named "Copy..."
|
||||
################################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
@ -976,13 +977,13 @@ ACTION_UNDO_TOOLTIP=Undo previous edit action
|
|||
ACTION_PASTE_LABEL=Paste
|
||||
ACTION_PASTE_TOOLTIP=Copy clipboard contents
|
||||
|
||||
ACTION_COPY_CONNECTION_LABEL=Copy
|
||||
ACTION_COPY_CONNECTION_LABEL=Copy...
|
||||
ACTION_COPY_CONNECTION_TOOLTIP=Copy selected connection to same or different profile
|
||||
|
||||
ACTION_COPY_FILTERPOOL_LABEL=Copy
|
||||
ACTION_COPY_FILTERPOOL_LABEL=Copy...
|
||||
ACTION_COPY_FILTERPOOL_TOOLTIP=Copy selected filter pool to same or different profile
|
||||
|
||||
ACTION_COPY_FILTER_LABEL=Copy
|
||||
ACTION_COPY_FILTER_LABEL=Copy...
|
||||
ACTION_COPY_FILTER_TOOLTIP=Copy selected filter to same or different filter pool
|
||||
|
||||
ACTION_COPY_FILTERSTRING_LABEL=Copy
|
||||
|
|
Loading…
Add table
Reference in a new issue