Skip to main content
summaryrefslogtreecommitdiffstats
blob: 741813118c03244227fc1fb8d8057f42a9c6af97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###############################################################################
# Copyright (c) 2009 Wind River 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:
#     Wind River Systems Inc - Initial API and implementation
###############################################################################

# {0} - Error message
ErrorLabelText__text_format=Error: {0}

# If multiple errors are shown in the combined error message, this 
# string is used as a separator between them.
ErrorLabelText_Error_message__text_page_break_delimiter= \\ 

Back to the top