]> git.uio.no Git - ifi-stolz-refaktor.git/blame - case-study/jdt-after/ui/org/eclipse/jdt/internal/ui/dialogs/DialogsMessages.properties
Case Study: adding data and statistics
[ifi-stolz-refaktor.git] / case-study / jdt-after / ui / org / eclipse / jdt / internal / ui / dialogs / DialogsMessages.properties
CommitLineData
1b2798f6
EK
1###############################################################################
2# Copyright (c) 2000, 2007 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10# Sebastian Davids <sdavids@gmx.de> - Bug 114276
11###############################################################################
12
13SortMembersMessageDialog_dialog_title=Sort Members
14SortMembersMessageDialog_description=The order of the sort may be configured on the <a>Members Sort Order</a> preference page.
15SortMembersMessageDialog_link_tooltip=Show the members sort order preferences.
16SortMembersMessageDialog_do_not_sort_fields_label=&Do not sort fields, enum constants, and initializers
17SortMembersMessageDialog_sort_all_label=&Sort all members
18SortMembersMessageDialog_sort_warning_label=Reordering of fields, enum constants, and initializers can result in semantic and runtime changes due to different initialization and persistence order.