From 550a07ae55244af5b744883afd1235cbf4b6cbc9 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Tue, 11 Oct 2022 15:36:38 +0200 Subject: [PATCH] Update chapters/packages.tex Co-authored-by: Henrik Tidefelt --- chapters/packages.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/packages.tex b/chapters/packages.tex index a4961b28b..059f20678 100644 --- a/chapters/packages.tex +++ b/chapters/packages.tex @@ -352,7 +352,7 @@ \section{Multilingual Descriptions}\label{multilingual-descriptions} Consider: \begin{lstlisting}[language=modelica] annotation(…, Text(string = "1st Frequency is %f1."), - Text(string = "2nd Frequency "+"is "+String(f2)+".")…); + Text(string = "2nd Frequency "+"is "+String(f2)+"."), $\ldots$); \end{lstlisting} In this example only the string \lstinline!"1st Frequency is %f1."! can be translated, and no strings from the second line. \end{example}