Author: mvw Date: 2011-04-13 03:58:07-0700 New Revision: 19233 Modified: trunk/src/argouml-app/src/org/argouml/i18n/label.properties
Log: Fix for issue 6187. Modified: trunk/src/argouml-app/src/org/argouml/i18n/label.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/i18n/label.properties?view=diff&pathrev=19233&r1=19232&r2=19233 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/i18n/label.properties (original) +++ trunk/src/argouml-app/src/org/argouml/i18n/label.properties 2011-04-13 03:58:07-0700 @@ -1,13 +1,14 @@ # $Id$ #****************************************************************************** -# Copyright (c) 2009 Contributors - see below +# Copyright (c) 2009-2011 Contributors - see below # 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: -# bobtarling +# Bob Tarling +# Michiel van der Wulp #****************************************************************************** # # Some portions of this file was previously release using the BSD License: @@ -372,7 +373,7 @@ label.show-associationnames = Show association names label.show-bold-names = Show name of nodes in bold font label.show-initialvalue = Show initial value -label.show-multiplicity = Show multiplicity +label.show-multiplicity = Show multiplicity of attributes label.show-properties = Show properties label.show-singular-multiplicities = Show "1" multiplicities label.show-stereotypes = Show stereotypes in explorer ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2719400 To unsubscribe from this discussion, e-mail: [[email protected]].
